feat: old scrolling sidebar system

This commit is contained in:
Alphons Joseph
2025-04-28 21:32:08 +08:00
committed by SethBurkart123
parent 6fa1af2f68
commit cf2778951f
+7 -2
View File
@@ -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;
}