Skip to content

Commit

Permalink
refactor(SideBar): Update hamburger menu position
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielalab authored and stephsalazar committed Jun 2, 2020
1 parent a9678dc commit d8b01b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/SideBar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ const styles = theme => ({
[theme.breakpoints.up('sm')]: {
marginRight: theme.spacing.unit * 3,
},
[theme.breakpoints.only('xs')]: {
marginLeft: -theme.spacing.unit * 2,
},
},
'menuBtn-close': {
[theme.breakpoints.up('sm')]: {
Expand Down Expand Up @@ -286,7 +289,7 @@ const SideBar = (props, theme) => {
[classes.appBarShift]: isOpen,
})}
elevation={0}
position="fixed"
position="absolute"
>
<Toolbar>
<IconButton
Expand Down

0 comments on commit d8b01b7

Please sign in to comment.