Hide chat scrollbar
This commit is contained in:
parent
e6f8c6b705
commit
5e43925633
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user