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

fix: prevent search being stacked on top of the form dropdown #5523

Merged
merged 2 commits into from
Dec 4, 2023

Conversation

kwasniew
Copy link
Contributor

@kwasniew kwasniew commented Dec 4, 2023

About the changes

Setting stacking context of the form to be on top of the results section.
We're explicitly setting isolation to get an explicit stacking context for upper and lower div. The upper div is given higher zIndex. This way we can prevent global zIndex wars and everything in the upper part (form elements) always overlays the lower part (table results).

Before:
Screenshot 2023-12-04 at 11 02 29

After:
Screenshot 2023-12-04 at 11 00 10

Important files

Discussion points

Copy link

vercel bot commented Dec 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend 🛑 Canceled (Inspect) Dec 4, 2023 10:23am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Dec 4, 2023 10:23am

@kwasniew kwasniew merged commit a9363ef into main Dec 4, 2023
14 checks passed
@kwasniew kwasniew deleted the playground-stacking-context branch December 4, 2023 11:27
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.

2 participants