Skip to content

Commit

Permalink
Update Backdrop.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Nov 28, 2019
1 parent d2aead4 commit a33a42d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/material-ui/src/Backdrop/Backdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import Fade from '../Fade';
export const styles = {
/* Styles applied to the root element. */
root: {
zIndex: 1,
// Improve scrollable dialog support.
zIndex: -1,
position: 'fixed',
display: 'flex',
alignItems: 'center',
Expand Down

0 comments on commit a33a42d

Please sign in to comment.