From 22b3437dcdbad22bffe49955187dfda2e606e874 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Wed, 12 Apr 2023 18:36:52 +0200 Subject: [PATCH] Keep "add category" fab position fixed (#283) The button is supposed to stay in the bottom right corner at all times --- src/screens/settings/Categories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/settings/Categories.tsx b/src/screens/settings/Categories.tsx index ae38d4f8..23ca9e45 100644 --- a/src/screens/settings/Categories.tsx +++ b/src/screens/settings/Categories.tsx @@ -189,7 +189,7 @@ export default function Categories() { color="primary" aria-label="add" style={{ - position: 'absolute', + position: 'fixed', bottom: theme.spacing(2), right: theme.spacing(2), }}