disable all scrollbars in chat

pull/90/head
Aevann 2023-01-22 07:18:57 +02:00
parent 31fc180cc8
commit a6d7b681c1
1 changed files with 9 additions and 0 deletions

View File

@ -138,3 +138,12 @@ img[alt^="![]("] {
object-fit: contain;
object-position: left;
}
* {
-ms-overflow-style: none;
scrollbar-width: none;
}
*::-webkit-scrollbar {
display: none;
}