From 7246ac55b63d2a558e0f636256f6e7e51af0a5b3 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 23 Jul 2018 21:21:27 +0200 Subject: [PATCH] Hide scrollbar in sidebar for now (workaround for #15, found no better solution, this closes #15) This also references BlackrockDigital/startbootstrap-sb-admin#73 --- public/css/grocy.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/public/css/grocy.css b/public/css/grocy.css index 1493767c..a953c8fc 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -70,8 +70,7 @@ a.discrete-link:focus { } .navbar-sidenav { - overflow-y: auto; - overflow-x: hidden; + overflow: hidden; border-top: 2px solid !important; } @@ -175,11 +174,6 @@ td { width: auto !important; } -/* Third party component customizations - Popper.js */ -.tooltip .arrow { - display: none; -} - /* Third party component customizations - Bootstrap Combobox */ .typeahead .active { background-color: #e5e5e5;