We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6629e commit e30e357Copy full SHA for e30e357
www/styles.css
@@ -4,6 +4,8 @@
4
cursor: move;
5
/* fade out while not hovering */
6
opacity: 0.7;
7
+ /* make sure that the toolbar is high enough to be above the Leaflet map */
8
+ z-index: 500;
9
transition: opacity 500ms 0s;
10
}
11
#map-toolbar:hover {
0 commit comments