Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
S-mardii opened this issue Apr 29, 2024 · 2 comments
Open

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

S-mardii opened this issue Apr 29, 2024 · 2 comments

Comments

@S-mardii
Copy link
Collaborator

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

@S-mardii
Copy link
Collaborator Author

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

@S-mardii
Copy link
Collaborator Author

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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant