mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
remove scrollbar from sidebar
This commit is contained in:
@@ -281,6 +281,13 @@ ul.magicDelete > li.deleting {
|
||||
width: 28px !important;
|
||||
height: 28px !important;
|
||||
}
|
||||
#menu ul {
|
||||
-ms-overflow-style: none !important;
|
||||
scrollbar-width: none !important;
|
||||
&::-webkit-scrollbar {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
#menu ul li {
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
|
||||
Reference in New Issue
Block a user