This commit is contained in:
Michael Freno
2026-01-04 00:12:01 -05:00
parent 96b508623b
commit a1f0ae0cc3
3 changed files with 7 additions and 3 deletions

View File

@@ -228,6 +228,10 @@
scrollbar-width: thin;
scrollbar-gutter: stable both-edges;
}
#center-body:has(.blog-overide) {
scrollbar-width: none !important;
scrollbar-gutter: unset !important;
}
#rightbar-content {
scrollbar-width: none;
}