add chat scrollbar on desktop

pull/226/head
Aevann 2024-04-17 18:23:09 +02:00
parent d769677924
commit ed1d0b20b8
1 changed files with 7 additions and 6 deletions

View File

@ -22,12 +22,13 @@
height: 42px; height: 42px;
} }
#chat-window::-webkit-scrollbar { @media (max-width: 768px) {
display: none; #chat-window::-webkit-scrollbar {
} display: none;
}
#chat-window { #chat-window {
scrollbar-width: none; scrollbar-width: none;
}
} }
.chat-mention { .chat-mention {