Skip to content

Commit

Permalink
forgot to make the button fixed lowl
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Fuller committed Aug 23, 2020
1 parent 115b9b5 commit 0bd45cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FloatingActionButton/styles.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { makeStyles } from '@material-ui/core/styles'
const useFabStyles = makeStyles((theme) => ({
root: {
position: 'absolute',
position: 'fixed',
bottom: theme.spacing(2),
left: theme.spacing(2),
zIndex: 9999,
Expand Down

0 comments on commit 0bd45cb

Please sign in to comment.