From 326ca094c85ae23174f9b20fff4f7d0f6f4b76f2 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Sat, 29 May 2021 01:34:45 +0100 Subject: [PATCH] Various zindex fixes --- src/scss/leaflet/_controls.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/scss/leaflet/_controls.scss b/src/scss/leaflet/_controls.scss index a8277ae..109f692 100644 --- a/src/scss/leaflet/_controls.scss +++ b/src/scss/leaflet/_controls.scss @@ -210,6 +210,7 @@ top: 0; bottom: 7rem; align-items: flex-start; + z-index: 1003; .leaflet-control { order: 2; @@ -281,6 +282,7 @@ .leaflet-bottom { padding-bottom: 1rem; align-items: stretch; + z-index: 1002; .leaflet-control { order: 2; @@ -305,6 +307,7 @@ right: 0; justify-content: center; flex-direction: row; + z-index: 1001; .leaflet-control { margin: 0;