-
Notifications
You must be signed in to change notification settings - Fork 127
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
Increase the SidePanel's root z-index #2818
Conversation
🦋 Changeset detectedLatest commit: a316b4c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +2 B (0%) Total Size: 642 kB
ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2818 +/- ##
=======================================
Coverage 87.54% 87.54%
=======================================
Files 217 217
Lines 12696 12696
Branches 1723 1723
=======================================
Hits 11115 11115
Misses 1528 1528
Partials 53 53
|
Addresses an (internal) bug report.
Purpose
The DateInput is overlapped by other absolutely positioned elements such as the Select component when rendered inside the SidePanel component:
That's because the SidePanel's StackContext value is set to
var(--cui-z-index-absolute)
(equal to1
).Approach and changes
Definition of done