use custom scrollbar on all pages - avoids layout shifting on blog pages
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user