Skip to content

Commit e30e357

Browse files
committed
added css z-index key due to leaflet 2.0.0 compatibility
1 parent dc6629e commit e30e357

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

www/styles.css

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
cursor: move;
55
/* fade out while not hovering */
66
opacity: 0.7;
7+
/* make sure that the toolbar is high enough to be above the Leaflet map */
8+
z-index: 500;
79
transition: opacity 500ms 0s;
810
}
911
#map-toolbar:hover {

0 commit comments

Comments
 (0)