From ca5df3b21729e91d7de166665f46c32af83bd849 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 21 Nov 2018 21:36:22 +0100 Subject: [PATCH] Hopefully finally fix the navbar scrollbar problems now --- public/css/grocy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index 01a72aa2..44348439 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -104,7 +104,7 @@ input::-webkit-inner-spin-button { .navbar-sidenav { overflow-x: hidden; - overflow-y: auto; + overflow-y: overlay; border-top: 2px solid !important; }