use custom scrollbar on all pages - avoids layout shifting on blog pages

This commit is contained in:
Michael Freno
2026-01-04 15:12:22 -05:00
parent a620a9f4c5
commit 2093859654
3 changed files with 191 additions and 195 deletions

View File

@@ -209,7 +209,6 @@
transition-duration: 500ms;
syntax: "*";
inherits: false;
scrollbar-color: var(--color-text) var(--color-base);
}
::selection {
@@ -224,14 +223,6 @@
background-color: var(--color-text);
color: var(--color-crust);
}
#center-body {
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;
}