scrollbar hiding (sideDiv and firefox)
This commit is contained in:
parent
f20e0c7e72
commit
1004adec51
1 changed files with 4 additions and 1 deletions
|
@ -264,9 +264,12 @@ textarea {
|
|||
::-webkit-scrollbar-thumb:hover {
|
||||
background: var(--primary-text-soft);
|
||||
}
|
||||
#servers::-webkit-scrollbar, #channels::-webkit-scrollbar {
|
||||
#servers::-webkit-scrollbar, #channels::-webkit-scrollbar, #sideDiv::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
#servers, #channels, #sideDiv {
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
/* Homepage */
|
||||
#titleDiv {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue