Allow contents to shrink when minimized

Use-case is brouter-web navbar menu expanding and hiding map on mobile, 
but tabs remained.
This commit is contained in:
Norbert Renner 2018-08-09 12:17:26 +02:00
parent 218d3b36c7
commit 3f8c09fbb0

View file

@ -10,6 +10,10 @@ body, #content {
z-index: 1; z-index: 1;
} }
#content {
overflow: hidden;
}
.flexcolumn, .flexcolumn,
.leaflet-sidebar-pane.active, .leaflet-sidebar-pane.active,
.dataTables_wrapper, .dataTables_wrapper,