Revert "Fix return to previous page on screen size change (#710)"

This reverts commit 45d33c3920.
This commit is contained in:
dominik-zeglen 2020-09-25 17:23:07 +02:00
parent cf91edaaf9
commit 80c57ae0c0

View file

@ -90,24 +90,13 @@ const useStyles = makeStyles(
marginRight: theme.spacing(2)
},
header: {
display: "grid",
gridTemplateAreas: `"headerAnchor headerToolbar"`,
[theme.breakpoints.down("sm")]: {
height: 88,
marginBottom: 0
},
marginBottom: theme.spacing(3)
},
headerAnchor: {
gridArea: "headerAnchor"
},
headerToolbar: {
display: "flex",
gridArea: "headerToolbar",
height: 40,
[theme.breakpoints.down("sm")]: {
height: "auto"
}
marginBottom: theme.spacing(3)
},
isMenuSmall: {
"& path": {