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;