From fba754b2e5b49078a802bd756f467349a30b61d0 Mon Sep 17 00:00:00 2001 From: mokaddem Date: Fri, 30 Aug 2019 11:59:50 +0200 Subject: [PATCH] chg: [livelog] Fix z-index and fullscreen log panel z-index --- templates/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;