Various zindex fixes
This commit is contained in:
parent
701f27fee6
commit
326ca094c8
@ -210,6 +210,7 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
bottom: 7rem;
|
bottom: 7rem;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
z-index: 1003;
|
||||||
|
|
||||||
.leaflet-control {
|
.leaflet-control {
|
||||||
order: 2;
|
order: 2;
|
||||||
@ -281,6 +282,7 @@
|
|||||||
.leaflet-bottom {
|
.leaflet-bottom {
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
z-index: 1002;
|
||||||
|
|
||||||
.leaflet-control {
|
.leaflet-control {
|
||||||
order: 2;
|
order: 2;
|
||||||
@ -305,6 +307,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
z-index: 1001;
|
||||||
|
|
||||||
.leaflet-control {
|
.leaflet-control {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user