From 127b8aec7c029842d774379a45e77e96e2d04fc0 Mon Sep 17 00:00:00 2001 From: ConstantUncle <167747782+ConstantUncle@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:07:13 +0000 Subject: [PATCH] Added scrollbar Added scrollbar to sidebar menu as per https://github.com/poole/hyde/issues/109 --- public/css/hyde.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/hyde.css b/public/css/hyde.css index 213e232..534556a 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -61,6 +61,7 @@ html { } @media (min-width: 48em) { .sidebar { + overflow-y: scroll; position: fixed; top: 0; left: 0; @@ -111,6 +112,7 @@ a.sidebar-nav-item:focus { right: 1rem; bottom: 1rem; left: 1rem; + top: 1rem; } }