aboutsummaryrefslogtreecommitdiff
path: root/client-web/style/room.sass
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-23 23:38:22 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-23 23:38:22 +0200
commitc1aa8ab4e7abfc5abbcf8c7887fc241f61932536 (patch)
treec7f780a6755b9f2912060e4ee2c0af04245a19dd /client-web/style/room.sass
parentb7555369e085f16cefc2a8f30a216c5159890cb8 (diff)
downloadkeks-meet-c1aa8ab4e7abfc5abbcf8c7887fc241f61932536.tar
keks-meet-c1aa8ab4e7abfc5abbcf8c7887fc241f61932536.tar.bz2
keks-meet-c1aa8ab4e7abfc5abbcf8c7887fc241f61932536.tar.zst
hide scroll bars in chromium
Diffstat (limited to 'client-web/style/room.sass')
-rw-r--r--client-web/style/room.sass2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass
index 1861aa5..cdf9719 100644
--- a/client-web/style/room.sass
+++ b/client-web/style/room.sass
@@ -4,7 +4,7 @@
Copyright (C) 2023 metamuffin <metamuffin.org>
.room
- overflow-y: scroll
+ overflow-y: auto
width: 100%
height: 100%
display: flex