ZenButton z-index fixed

This commit is contained in:
Manoj Vivek 2021-05-09 09:57:01 +05:30
parent 03f67e5e10
commit 38f5d8e376

View file

@ -35,6 +35,7 @@ const useStyles = makeStyles(theme => ({
width: '80px',
cursor: 'pointer',
boxShadow: '0 5px 5px rgba(0, 0, 0, 0.35)',
zIndex: 90000,
},
icon: {
marginTop: '-5px',