Skip to content

Commit 06871cd

Browse files
authored
Issue #59: Push admin bar above leaflet control containers (#60)
1 parent 5d6778c commit 06871cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/leaflet_extras.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,9 @@
6767
mix-blend-mode: plus-lighter;
6868
}
6969
}
70+
/**
71+
* Push admin bar above leaflet control containers.
72+
*/
73+
#admin-bar {
74+
z-index: 1000;
75+
}

0 commit comments

Comments
 (0)