From 366152c049b5e5c3ef407649e3f2d5b6263ae984 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 20 Oct 2018 11:25:22 +0200 Subject: [PATCH] Next attempt to fix the scroll issue of navigation section (references #90) --- public/css/grocy.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index 179db199..3ba8866b 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -95,7 +95,8 @@ input::-webkit-inner-spin-button { } .navbar-sidenav { - overflow: hidden; + overflow-x: hidden; + overflow-y: auto; border-top: 2px solid !important; }