feat(DateTimePicker): remove custom popper container and adjust z-index for improved layout
All checks were successful
Build & Push Docker Image / build (push) Successful in 7m4s
All checks were successful
Build & Push Docker Image / build (push) Successful in 7m4s
This commit is contained in:
@@ -801,10 +801,6 @@
|
||||
}
|
||||
|
||||
/* ── Popper & calendar container ──────────────────────────────── */
|
||||
.react-datepicker-popper {
|
||||
z-index: 100 !important;
|
||||
}
|
||||
|
||||
.dtp-calendar.react-datepicker {
|
||||
background: var(--card-bg);
|
||||
border: 1px solid var(--border);
|
||||
@@ -823,9 +819,9 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Portal-rendered popper must sit above modals (z-50 = 50 in Tailwind) */
|
||||
/* Must sit above the modal backdrop (z-50 stacking context) */
|
||||
.react-datepicker-popper {
|
||||
z-index: 9999 !important;
|
||||
z-index: 200 !important;
|
||||
}
|
||||
|
||||
/* ── Header (custom rendered) ─────────────────────────────────── */
|
||||
|
||||
Reference in New Issue
Block a user