🎨 style: adjust z index of the date picker popover
This commit is contained in:
parent
effa0bbf14
commit
705516f5e3
@ -85,7 +85,10 @@ export const DatePicker = ({
|
||||
/>
|
||||
</Popover.Trigger>
|
||||
<Popover.Portal>
|
||||
<Popover.Content onInteractOutside={() => setOpen(false)}>
|
||||
<Popover.Content
|
||||
className="z-10"
|
||||
onInteractOutside={() => setOpen(false)}
|
||||
>
|
||||
<Calendar
|
||||
{...calendarProps}
|
||||
selectRange={selectRange}
|
||||
|
Loading…
Reference in New Issue
Block a user