hide scrollbar in classic guild list

This commit is contained in:
ouwou
2024-02-02 02:00:32 -05:00
parent 2be776b12f
commit b92091b97d
3 changed files with 13 additions and 0 deletions

View File

@@ -145,3 +145,14 @@
.message-text.failed {
color: red;
}
.guild-list-scroll > scrollbar {
border: none;
}
.guild-list-scroll > scrollbar slider {
border: none;
margin: 0px;
min-width: 0px;
min-height: 0px;
}