Skip to content

Commit 2e2d554

Browse files
committed
have the map-pane have a z-index of auto
1 parent 23bd8a9 commit 2e2d554

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)