Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Add z-index to prevent overlap. #1

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

Conversation

rp-dgc
Copy link

@rp-dgc rp-dgc commented Jul 11, 2023

When two dropdowns are stacked near each other, the ul needs to fall on top of the input field of the one below it. Adding a z-index to the stacking context appears to resolve the issue.

I've verified this works by changing the css in my local use case, but have not tested against multiple unique environments.

When two dropdowns are stacked near each other, the ul needs to fall on top of the input field of the one below it. Adding a z-index to the stacking context appears to resolve the issue.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant