feat(DateTimePicker): implement custom popper container for improved layout handling
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m58s

feat(Modal): enhance modal styling with rounded corners and improved overflow handling
style: adjust z-index for datepicker popper to ensure proper layering above modals
This commit is contained in:
2026-03-04 10:49:17 +01:00
parent a69b2e4d9a
commit fcb83a9b72
3 changed files with 15 additions and 6 deletions

View File

@@ -823,6 +823,11 @@
display: none;
}
/* Portal-rendered popper must sit above modals (z-50 = 50 in Tailwind) */
.react-datepicker-popper {
z-index: 9999 !important;
}
/* ── Header (custom rendered) ─────────────────────────────────── */
.dtp-calendar .react-datepicker__header {
background: var(--bg-secondary);