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:
parent
218d3b36c7
commit
3f8c09fbb0
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ body, #content {
|
|||
z-index: 1;
|
||||
}
|
||||
|
||||
#content {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.flexcolumn,
|
||||
.leaflet-sidebar-pane.active,
|
||||
.dataTables_wrapper,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue