From 3f8c09fbb03eae0edfaaaccc494baec85e54d377 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Thu, 9 Aug 2018 12:17:26 +0200 Subject: [PATCH] Allow contents to shrink when minimized Use-case is brouter-web navbar menu expanding and hiding map on mobile, but tabs remained. --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index a7ee4f9..246ad47 100644 --- a/css/style.css +++ b/css/style.css @@ -10,6 +10,10 @@ body, #content { z-index: 1; } +#content { + overflow: hidden; +} + .flexcolumn, .leaflet-sidebar-pane.active, .dataTables_wrapper,