Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

ManiShah7
Copy link

@ManiShah7 ManiShah7 commented May 17, 2025

Fixes #5133

This PR adjusts the z-index of modal and dropdown components to ensure that modals always appear above dropdowns. The issue occurred when clicking on a dropdown link that opened a modal — the dropdown remained visually above the modal.

Changes:

  • Increased modal z-index in both SCSS and LESS files
  • Verified layout on modern browsers

Let me know if you'd prefer a different approach!

…ndex

Dropdown menus were appearing above modals due to their higher z-index.
This change adjusts the modal's z-index to ensure it always appears on top.
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.

Click style Dropdown Nav with Modal toggle doesn't close the downdown menu when opening the Modal

1 participant