Fix unreachable controls
This commit is contained in:
parent
3bdd0dab6f
commit
0d88bd4f4a
2 changed files with 1 additions and 2 deletions
|
@ -47,7 +47,6 @@ const useStyles = makeStyles(
|
||||||
},
|
},
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
gridColumn: 2,
|
gridColumn: 2,
|
||||||
height: 70,
|
|
||||||
position: "sticky",
|
position: "sticky",
|
||||||
zIndex: 10
|
zIndex: 10
|
||||||
},
|
},
|
||||||
|
|
|
@ -41,7 +41,7 @@ const useStyles = makeStyles(
|
||||||
background: theme.palette.background.default,
|
background: theme.palette.background.default,
|
||||||
borderTop: "1px solid transparent",
|
borderTop: "1px solid transparent",
|
||||||
boxShadow: `0 -5px 5px 0 ${theme.palette.divider}`,
|
boxShadow: `0 -5px 5px 0 ${theme.palette.divider}`,
|
||||||
height: "100%",
|
height: 70,
|
||||||
transition: `box-shadow ${theme.transitions.duration.shortest}ms`
|
transition: `box-shadow ${theme.transitions.duration.shortest}ms`
|
||||||
},
|
},
|
||||||
spacer: {
|
spacer: {
|
||||||
|
|
Loading…
Reference in a new issue