Skip to content

Commit

Permalink
Keep "add category" fab position fixed (#283)
Browse files Browse the repository at this point in the history
The button is supposed to stay in the bottom right corner at all times
  • Loading branch information
schroda authored Apr 12, 2023
1 parent d51150b commit 22b3437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/settings/Categories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}}
Expand Down

0 comments on commit 22b3437

Please sign in to comment.