Skip to content

Commit 420b770

Browse files
Fix #472 (#481)
Use svh instead of % to ensure that chat bar is not covered by browser bar in safari
1 parent af09933 commit 420b770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Room/Room.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.vac-col-messages {
22
position: relative;
3-
height: 100%;
3+
height: 100svh;
44
flex: 1;
55
overflow: hidden;
66
display: flex;

0 commit comments

Comments
 (0)