feat(DateTimePicker): implement calendar open handler to preserve scroll position
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:
2026-03-04 11:12:56 +01:00
parent 15bfcc80c3
commit a78fc06f2b
3 changed files with 26 additions and 9 deletions

View File

@@ -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);