diff options
Diffstat (limited to 'modern/src/MainPage.js')
-rw-r--r-- | modern/src/MainPage.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/MainPage.js b/modern/src/MainPage.js index 247001aa..8c36f621 100644 --- a/modern/src/MainPage.js +++ b/modern/src/MainPage.js @@ -66,6 +66,7 @@ const useStyles = makeStyles((theme) => ({ }, statusCard: { position: 'fixed', + zIndex: 5, [theme.breakpoints.up('md')]: { left: `calc(50% + ${theme.dimensions.drawerWidthDesktop} / 2)`, bottom: theme.spacing(3), |