Skip to content

Commit

Permalink
Fix Menu overlapps the AppBar
Browse files Browse the repository at this point in the history
Closes #4304
  • Loading branch information
fzaninotto authored and JulienMattiussi committed Jan 31, 2020
1 parent 3d4df7d commit ae43ca4
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 ae43ca4

Please sign in to comment.