diff --git a/templates/index.html b/templates/index.html index 848c969..c90d5ea 100644 --- a/templates/index.html +++ b/templates/index.html @@ -188,11 +188,15 @@ div.dataTables_scrollHead table.dataTable { top: 66px !important; left: 15px !important; right: 10px !important; - z-index: 1001 !important; + z-index: 990 !important; bottom: -7px !important; height: unset !important; } +div.leaflet-bottom { + z-index: 900; +} + .rowTableIsObject { position: absolute; right: 15px;