diff --git a/src/styles/custom.css b/src/styles/custom.css index e2ca6d2..cbf1800 100644 --- a/src/styles/custom.css +++ b/src/styles/custom.css @@ -280,4 +280,12 @@ h2#starlight__on-this-page::before { .right-sidebar-panel:where(.astro-pb3aqygn) :where(a) { font-size: 14px; +} + +.sidebar-pane { + scrollbar-gutter: stable; +} + +.sidebar-pane .sidebar-content { + padding-right: 0; } \ No newline at end of file