From e4b9b9861b0374790b19f3f84f51ee34f8710f68 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Sun, 24 Jun 2018 22:05:21 -0700 Subject: [PATCH] Show scrollbar only when sidebar is too long (#800) --- lib/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/static/css/main.css b/lib/static/css/main.css index 7e91195dafa4..3e589569a3bd 100644 --- a/lib/static/css/main.css +++ b/lib/static/css/main.css @@ -1567,7 +1567,7 @@ input::placeholder { height: calc(100vh - 50px); position: -webkit-sticky; position: sticky; - overflow-y: scroll; + overflow-y: auto; top: 50px; /* Height of navbar */ } }