diff --git a/src/bin/AddBinFab.tsx b/src/bin/AddBinFab.tsx index 61a3a3e..a90b5d6 100644 --- a/src/bin/AddBinFab.tsx +++ b/src/bin/AddBinFab.tsx @@ -27,7 +27,7 @@ const useStyles = makeStyles((theme: Theme) => { }, position: "fixed", bottom: theme.spacing(8), //for mobile navigator - right: theme.spacing(2), + right: theme.spacing(11), [theme.breakpoints.up("sm")]: { bottom: theme.spacing(2) }