feat(DateTimePicker): implement calendar open handler to preserve scroll position
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
+1 -1
View File
@@ -16,7 +16,7 @@ export default function Modal({ title, children, onClose, maxWidth = 'max-w-lg'
</button>
</div>
{/* Body */}
<div className="p-6 overflow-y-auto max-h-[calc(90vh-4rem)]">
<div className="p-6">
{children}
</div>
</div>