diff --git a/css/style.css b/css/style.css index f51d96e..a7ee4f9 100644 --- a/css/style.css +++ b/css/style.css @@ -38,6 +38,22 @@ table.dataTable { 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 { /* align with leaflet-control */ padding: .5rem 10px;