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:
committed by
SethBurkart123
parent
6fa1af2f68
commit
cf2778951f
@@ -1669,7 +1669,7 @@ body,
|
|||||||
div,
|
div,
|
||||||
ol,
|
ol,
|
||||||
ul {
|
ul {
|
||||||
scrollbar-width: thin !important;
|
scrollbar-width: thin;
|
||||||
scrollbar-color: #babac0 #fff !important;
|
scrollbar-color: #babac0 #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1678,7 +1678,7 @@ ul {
|
|||||||
div,
|
div,
|
||||||
ol,
|
ol,
|
||||||
ul {
|
ul {
|
||||||
scrollbar-width: thin !important;
|
scrollbar-width: thin;
|
||||||
scrollbar-color: #333 #111 !important;
|
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