Skip to content

fix: increase drawer z-index to prevent overlap issues. closes: #3929 #3932

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sulimanbenhalim
Copy link
Contributor

Problem

Fixes #3929

Drawer component appears behind floating-label and possibly other component with z-index more than 1 this is causing overlay and visibility issues in certain layouts

Fix

Increased drawer z-index from z-1 to z-10 for proper layering and prevent the drawer from being hidden behind other page elements like what happened with floating-label.

Testing

Verified that drawer now properly appears above floating-label

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

Successfully merging this pull request may close these issues.

bug: Floating Label overlays the drawer component
1 participant