Skip to content

Commit

Permalink
Merge pull request #4315 from marmelab/fix-menu-appbar-overlap
Browse files Browse the repository at this point in the history
Fix Menu overlapps the AppBar with material-ui > 4.8
  • Loading branch information
djhi authored Jan 17, 2020
2 parents e6b5830 + ef25f13 commit be2af67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/layout/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const useStyles = makeStyles(
border: 'none',
marginTop: '1.5em',
},
zIndex: 'inherit',
},
}),
{ name: 'RaSidebar' }
Expand Down

0 comments on commit be2af67

Please sign in to comment.