add chat scrollbar on desktop

master
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;
}
#chat-window::-webkit-scrollbar {
display: none;
}
#chat-window {
scrollbar-width: none;
@media (max-width: 768px) {
#chat-window::-webkit-scrollbar {
display: none;
}
#chat-window {
scrollbar-width: none;
}
}
.chat-mention {