absolutePanel hidden behind map

Hi,

I noticed that the absolute Panel is hidden lately.

I tried the 2nd example from https://rstudio.github.io/leaflet/shiny.html (using leaflet_2.0.0).

Even Joe's SuperZip example at http://shiny.rstudio.com/gallery/superzip-example.html.

Could anyone help identify the problem or provide a pointer/solution?

Thanks,

Bob

I tried the 2nd example from https://rstudio.github.io/leaflet/shiny.html in another environment where the leaflet is of version leaflet_1.1.0.9000, and it is working OK.

My friend Greg at Domino pointed me to https://stackoverflow.com/questions/50110488/absolute-panel-in-r-shiny-gets-hidden-behind-the-leaflet-output . Adding z-index: 1000 seems to be a work-around.

THANKS!

Sorry about this--it's fixed in the development version of Leaflet.

devtools::install_github("rstudio/leaflet")

Awesome, Thanks for the quick fix, Joe!