fixed alignment issues on local credentials front end

This commit is contained in:
Carter 2026-05-20 12:08:43 -06:00
parent 0410a5ccae
commit dd25770a07
3 changed files with 21 additions and 8 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)
}