Fix overlap issue with Sidebar and Dismissable banner (#1077)

* Increase zIndex of Sidebar to be on top of the page

As of now, the Sidebar is being overlapped by Dismissable banner component

* Unset z-index of Dismissable Banner

It inherits a z-index of 1400 from Material UI's snackbar component
This commit is contained in:
Himanshu Mishra
2020-05-30 21:37:54 +09:00
committed by GitHub
parent 827a6289e6
commit a0a891a193
@@ -31,6 +31,7 @@ const useStyles = makeStyles((theme: Theme) => ({
marginTop: -theme.spacing(3),
display: 'flex',
flexFlow: 'row nowrap',
zIndex: 'unset',
},
icon: {
fontSize: 20,