From 7aefb5e9699eaa83111b0a8f49aa249e69541db8 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Fri, 17 Sep 2021 19:42:34 +0200 Subject: [PATCH] Remove scrollbar in side menu --- static/galene.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/galene.css b/static/galene.css index 0cd2355..9c0dd46 100644 --- a/static/galene.css +++ b/static/galene.css @@ -992,7 +992,7 @@ h1 { padding: 10px; background: #fff; height: calc(100% - 56px); - overflow-y: scroll; + overflow-y: auto; overflow-x: hidden; }