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:
@@ -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),
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user