feat(DateTimePicker): implement calendar open handler to preserve scroll position
Some checks failed
Build & Push Docker Image / build (push) Has been cancelled
Some checks failed
Build & Push Docker Image / build (push) Has been cancelled
feat(Modal): remove max height restriction for modal body style: clean up z-index for datepicker popper
This commit is contained in:
@@ -819,11 +819,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Must sit above the modal backdrop (z-50 stacking context) */
|
||||
.react-datepicker-popper {
|
||||
z-index: 200 !important;
|
||||
}
|
||||
|
||||
/* ── Header (custom rendered) ─────────────────────────────────── */
|
||||
.dtp-calendar .react-datepicker__header {
|
||||
background: var(--bg-secondary);
|
||||
|
||||
Reference in New Issue
Block a user