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