Skip to content

Commit

Permalink
Merge pull request #183 from Vincit/fix/fix-custom-time-picker-drawer…
Browse files Browse the repository at this point in the history
…-visibility

Fix start time picker drawer visibility
  • Loading branch information
JBergVincit authored Jul 24, 2024
2 parents 5c93fed + 3fe2993 commit 66f2fa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const StartingTimePickerDrawer = (props: StartingTimePickerDrawerProps) => {
isOpen={open}
toggle={toggle}
disableSwipeToOpen={true}
zindex={1200}
zindex={1201}
>
<Box
style={{
Expand Down

0 comments on commit 66f2fa2

Please sign in to comment.