Merge branch 'local_server' into dev_environment

This commit is contained in:
Carter 2026-05-20 13:36:24 -06:00
commit 7df21bd9e0
21 changed files with 496 additions and 88 deletions

View file

@ -28,6 +28,7 @@ const useStyles = makeStyles((theme: Theme) => {
position: "fixed",
bottom: theme.spacing(8), //for mobile navigator
right: theme.spacing(2),
zIndex: theme.zIndex.speedDial,
[theme.breakpoints.up("sm")]: {
bottom: theme.spacing(1.75)
}