From 0f5e601db209fd4d29d9d394c978fc169be04e80 Mon Sep 17 00:00:00 2001 From: Zero Date: Wed, 26 Jan 2022 18:26:55 -0500 Subject: [PATCH] Revert "Fix sidebar scroll height" This reverts commit fbd9ee03c4a5c7f174608efe0274695efb007ef6. --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index 9436aaf1..b1a12446 100644 --- a/src/App.scss +++ b/src/App.scss @@ -607,7 +607,7 @@ nav { margin-top: -10px; .sidebar-scroller { - height: 90vh; + height: 96vh; width: 365px; padding-top: 10px; padding-right: 50px;