Merge branch 'local_server' into staging_environment

This commit is contained in:
Carter 2026-05-21 13:11:40 -06:00
commit d864a9c1de
28 changed files with 934 additions and 506 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)
}