Open almeidaxan opened 7 years ago
Hi Alexandre
I think this "https://github.com/rstudio/leaflet/issues/534" may provide a workaround
Add style="z-index:500;" to your fixedPanel in the ui. This will allow it to rendered above the leaflet panels. The panels are at a level of 400. Anything above that will be displayed on top.
Could you try ? We want bfast-explorer back!
Thanks
Leaflet 2.0.1 is on cran. The z-index issue should be fixed.
Happening when calling bsTooltip(id = "select_index") on ui.R.
However, this issue is heavily dependent on an currently open issue from shinyBS.
As, for now, it's not fixable.