Skip to content

Commit

Permalink
Fix fab click with high zIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 17, 2021
1 parent 0ad2a3d commit 7880502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/ui/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@ const useStyles = makeStyles(theme => ({
width: '100%',
},
fabLeft: {
zIndex: 10000,
position: 'fixed',
bottom: theme.spacing(2),
left: theme.spacing(2),
},
fabRight: {
zIndex: 10000,
position: 'fixed',
bottom: theme.spacing(2),
right: theme.spacing(2),
Expand Down

0 comments on commit 7880502

Please sign in to comment.