feat(DateTimePicker): implement calendar open handler to preserve scroll position
Build & Push Docker Image / build (push) Has been cancelled
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user