From cedc797d4dbc53ebe32edacf71a37a65ff649787 Mon Sep 17 00:00:00 2001 From: Grigory Date: Sun, 9 Feb 2025 04:08:26 +0500 Subject: [PATCH] fix: hide scrollbars when there is no overflow (#193) --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index b16c465..2205cf3 100644 --- a/css/style.css +++ b/css/style.css @@ -60,7 +60,7 @@ footer { margin: 1em; font-size: 0.75em; text-align: center; } } .container > #sidebar { height: 100vh; - overflow: scroll; + overflow: auto; position: fixed; top: 0; width: 11em;