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