From d047efec7ef9ec467019f5207cbb705c5f01d675 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:31:39 -0400 Subject: [PATCH] Revert "Hide docs sidebar scrollbar by default" --- docs/style.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/style.css b/docs/style.css index f027f3706..1e98ae2ff 100644 --- a/docs/style.css +++ b/docs/style.css @@ -117,14 +117,3 @@ h6 code:not(pre code) { background: #334155; border: 1px solid #64748b; } - -/* Hide the sidebar overflow by default, but allow it to be shown on hover */ -#sidebar-content { - overflow-y: hidden; -} - -#sidebar-content:hover, -#sidebar-content:active, -#sidebar-content:focus { - overflow-y: auto; -}