mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: old scrolling sidebar system
This commit is contained in:
@@ -1669,7 +1669,7 @@ body,
|
||||
div,
|
||||
ol,
|
||||
ul {
|
||||
scrollbar-width: thin !important;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #babac0 #fff !important;
|
||||
}
|
||||
|
||||
@@ -1678,7 +1678,7 @@ ul {
|
||||
div,
|
||||
ol,
|
||||
ul {
|
||||
scrollbar-width: thin !important;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #333 #111 !important;
|
||||
}
|
||||
}
|
||||
@@ -3350,3 +3350,8 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.noscroll * {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user