Fix leafletjs controls floating over header.

This commit is contained in:
Orne Brocaar 2022-11-25 09:22:45 +00:00
parent e2bdef757c
commit 3a6e359ce1

View File

@ -5,7 +5,7 @@
.layout-header {
background: #ffffff;
box-shadow: 0px 0px 10px 0px #ccc;
z-index: 999;
z-index: 2000;
position: fixed;
width: 100%;