fix: allow configure modal overflow to prevent datepicker clipping (#2901)
This commit is contained in:
@@ -277,7 +277,7 @@ const ConfigureModal = ({
|
||||
onClose={onClose}
|
||||
hasCloseButton
|
||||
isFullscreenOnMobile
|
||||
isOverflowVisible={false}
|
||||
isOverflowVisible
|
||||
>
|
||||
<div data-testid="configure-modal">
|
||||
<ModalDialog.Header className="configure-modal__header">
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
position: static;
|
||||
}
|
||||
|
||||
.react-datepicker-popper {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.w-7rem {
|
||||
width: 7.2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user