moved the add bin bottom out ffrom under the chatbox button

This commit is contained in:
Carter 2026-01-09 14:13:11 -06:00
parent 1ed355d5a8
commit d7562bc1bd

View file

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