Skip to content

Commit a17c882

Browse files
authored
Apply max styles for settings modal (#1145)
1 parent aac271d commit a17c882

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/many-ducks-yell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@livekit/components-styles": patch
3+
---
4+
5+
Apply max styles for settings modal

packages/styles/scss/prefabs/video-conference.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050
box-shadow: var(--box-shadow);
5151
min-width: 50vw;
5252
min-height: 50vh;
53+
max-width: 100%;
54+
max-height: 100%;
55+
overflow-y: auto;
5356
}

0 commit comments

Comments
 (0)