rstudio / shiny-examples

Other
1.97k stars 3.77k forks source link

063-superzip example: Map is hiding the absolute panel #85

Closed JoFAM closed 6 years ago

JoFAM commented 6 years ago

Apparently something changed in shiny and/or leaflet. The absolute panel is not visible any longer as it is hidden now behind the map.

schloerke commented 6 years ago

@JoFAM This is fixed in https://github.com/rstudio/leaflet/pull/537

Please download the latest from master.

devtools::install_github("rstudio/leaflet")
JoFAM commented 6 years ago

@schloerke I have no access to the rstudio servers. It's not fixed in the gallery.

http://shiny.rstudio.com/gallery/superzip-example.html

schloerke commented 6 years ago

@JoFAM

Oh! Which browser are you using? Which operating system do you have?

Thank you!

JoFAM commented 6 years ago

@schloerke Firefox on Windows 10. I just checked, and the problem seems solved. Probably I got caught in a cache or changes were still propagated through the systems.

Kind regards