Skip to content

Commit

Permalink
Update Navigation.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-ash authored Nov 4, 2024
1 parent 4aeb143 commit d2c4a88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ export default function Navigation() {
return (
<Link to="/path">
<Fab color="primary"
sx={{ position: 'absolute', zIndex: 1,
margin: '0 auto', top: -20,
left: 0, right: 0, }}>
variant='extended'
sx={{ position: 'fixed', zIndex: 1,
left: '50%', transform: 'translateX(-50%)',
bottom: 32, }}>
<Typography display='flex'
p={2}
alignItems='center'
Expand Down

0 comments on commit d2c4a88

Please sign in to comment.