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"
|
||||
aria-label="add"
|
||||
style={{
|
||||
position: 'absolute',
|
||||
position: 'fixed',
|
||||
bottom: theme.spacing(2),
|
||||
right: theme.spacing(2),
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user