Skip to content

Commit

Permalink
Increased the z-index for StartingTimePickerDrawer so that the drawer…
Browse files Browse the repository at this point in the history
… fully shows also on top of the filter drawer
  • Loading branch information
JBergVincit committed Jul 23, 2024
1 parent 039a66e commit 3fe2993
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 3fe2993

Please sign in to comment.