Fix loader to be always on the top (#3298)

This commit is contained in:
Patryk Andrzejewski 2023-03-07 16:14:55 +01:00 committed by GitHub
parent 8d5331fd2f
commit 276df19b21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ export const useStyles = makeStyles(
zIndex: 1201,
position: "fixed",
width: "100%",
top: 0,
},
content: {
flex: 1,