Open S-mardii opened 6 months ago
Small changes can resolve this issue by updating to:
.interactive-map .category-map-layers { z-index: 99; }
This also happen to .sticky { z-index: 1020 }
on Profile page plugin. This can be resolved by update the CSS to .sticky {z-index: 99}
.interactive-map .category-map-layers
is usingz-index: 100
which make the panel appears over the Sticky Navbar.