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 @@