OpenDevelopmentMekong / wp-odm_theme

Wordpress child theme for ODM, based on jeo
https://opendevelopmentmekong.net
5 stars 4 forks source link

Avoid Category Map Layer on the Map to cover the Sticky Navbar #1357

Open S-mardii opened 2 months ago

S-mardii commented 2 months ago

.interactive-map .category-map-layers is using z-index: 100 which make the panel appears over the Sticky Navbar.

S-mardii commented 2 months ago

Small changes can resolve this issue by updating to: .interactive-map .category-map-layers { z-index: 99; }

S-mardii commented 2 months ago

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}