From e301fb458f45de601ee35116a5d631d13acd11b6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 15 Aug 2022 08:56:01 +0200 Subject: [PATCH] change overflow: scroll to overflow: auto --- files/assets/css/main.css | 6 +++--- files/templates/chat.html | 4 ++-- files/templates/emoji_modal.html | 2 +- files/templates/gif_modal.html | 2 +- files/templates/util/assetcache.html | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index c7608ed89..9c8333919 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -4433,14 +4433,14 @@ pre .com, code .com { } .x-scroll { width: 100%; - overflow-x: scroll; + overflow-x: auto; white-space: nowrap; scrollbar-width: none; -ms-overflow-style: none; } .x-scroll::-webkit-scrollbar { width: 100%; - overflow-x: scroll; + overflow-x: auto; white-space: nowrap; background: transparent; } @@ -4780,7 +4780,7 @@ video { } .timeline-Widget { max-height: 500px !important; - overflow-y: scroll !important; + overflow-y: auto !important; } .comment .comment-collapse-icon { padding-right: 10px; diff --git a/files/templates/chat.html b/files/templates/chat.html index 562b4bca1..5783abe7c 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -29,13 +29,13 @@