Skip to content

Commit

Permalink
fix: fix ColorPickerView popup zIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaRoosta74 committed Nov 5, 2022
1 parent 475dccc commit 952123d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const ColorPickerView = <T extends FormikValues>(
id={id}
open={chromePicker.isOpen}
anchorEl={chromePicker.anchorEl}
style={{ zIndex: 1 }}
style={{ zIndex: 11 }}
>
{({ TransitionProps }) => (
<Fade {...TransitionProps} timeout={400}>
Expand Down

0 comments on commit 952123d

Please sign in to comment.