Fix loader to be always on the top (#3298)
This commit is contained in:
parent
8d5331fd2f
commit
276df19b21
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ export const useStyles = makeStyles(
|
||||||
zIndex: 1201,
|
zIndex: 1201,
|
||||||
position: "fixed",
|
position: "fixed",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
|
top: 0,
|
||||||
},
|
},
|
||||||
content: {
|
content: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
|
|
Loading…
Reference in a new issue