Hide chat scrollbar

This commit is contained in:
Gabriel Tofvesson 2022-10-22 03:36:39 +02:00
parent e6f8c6b705
commit 5e43925633

View File

@ -91,7 +91,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex: 1; flex: 1;
overflow-y: scroll;
padding: 8px 16px; padding: 8px 16px;
list-style: none; list-style: none;
align-items: flex-start; align-items: flex-start;
@ -103,6 +102,7 @@
#chatcontent::--webkit-scrollbar { #chatcontent::--webkit-scrollbar {
display: none; display: none;
visibility: hidden;
} }
hr.solid { hr.solid {