diff --git a/src/public/app/widgets/geo_map.ts b/src/public/app/widgets/geo_map.ts index f2fcfe7b9..da3d0f014 100644 --- a/src/public/app/widgets/geo_map.ts +++ b/src/public/app/widgets/geo_map.ts @@ -11,6 +11,11 @@ const TPL = `\ height: 100%; overflow: hidden; } + + .leaflet-top, + .leaflet-bottom { + z-index: 900; + }