Improve Landscape mode: wrap toolbar controls, bottom underneath top
This commit is contained in:
parent
a397ffff29
commit
218d3b36c7
1 changed files with 16 additions and 0 deletions
|
|
@ -38,6 +38,22 @@ table.dataTable {
|
||||||
flex: auto;
|
flex: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* wrap toolbar controls */
|
||||||
|
.leaflet-top.leaflet-left {
|
||||||
|
bottom: 0;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* bottom underneath top controls when overlapping */
|
||||||
|
.leaflet-bottom {
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
/* align with leaflet-control */
|
/* align with leaflet-control */
|
||||||
padding: .5rem 10px;
|
padding: .5rem 10px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue