From c1aa8ab4e7abfc5abbcf8c7887fc241f61932536 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 23 Sep 2023 23:38:22 +0200 Subject: hide scroll bars in chromium --- client-web/style/chat.sass | 2 +- client-web/style/room.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client-web') diff --git a/client-web/style/chat.sass b/client-web/style/chat.sass index 8f19358..ed2b494 100644 --- a/client-web/style/chat.sass +++ b/client-web/style/chat.sass @@ -25,7 +25,7 @@ .messages flex: 1 width: 100% - overflow: scroll + overflow: auto .controls flex: 0 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 .room - overflow-y: scroll + overflow-y: auto width: 100% height: 100% display: flex -- cgit v1.2.3-70-g09d2