Skip to content

Commit 196d076

Browse files
authored
Merge pull request #537 from schloerke/zindex
map-pane have a z-index of 'auto'
2 parents 23bd8a9 + 2e2d554 commit 196d076

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

inst/htmlwidgets/lib/rstudio_leaflet/rstudio_leaflet.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@
2525
/* tooltips should display the "hand" icon, just like .leaflet-interactive*/
2626
cursor: pointer;
2727
}
28+
29+
/* have the widget be displayed in the right 'layer' */
30+
.leaflet-map-pane {
31+
z-index: auto;
32+
}

0 commit comments

Comments
 (0)