From 478e0afa4a5e0ada533b43bdab57e76858384e78 Mon Sep 17 00:00:00 2001 From: Mathieu Cloutier Date: Wed, 2 Jul 2025 13:10:38 -0600 Subject: [PATCH] add css --- src/styles/custom.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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