From d7562bc1bdb14fe5ab08768e3b179eb621a8e0e5 Mon Sep 17 00:00:00 2001 From: Carter Date: Fri, 9 Jan 2026 14:13:11 -0600 Subject: [PATCH] moved the add bin bottom out ffrom under the chatbox button --- src/bin/AddBinFab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }