Keep "add category" fab position fixed (#283)

The button is supposed to stay in the bottom right corner at all times
This commit is contained in:
schroda
2023-04-12 18:36:52 +02:00
committed by GitHub
parent d51150b784
commit 22b3437dcd

View File

@@ -189,7 +189,7 @@ export default function Categories() {
color="primary" color="primary"
aria-label="add" aria-label="add"
style={{ style={{
position: 'absolute', position: 'fixed',
bottom: theme.spacing(2), bottom: theme.spacing(2),
right: theme.spacing(2), right: theme.spacing(2),
}} }}