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 */ } }