Skip to content

Commit

Permalink
[Backdrop] Comment on z-index use case (#18589)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketdonahue authored and oliviertassinari committed Nov 28, 2019
1 parent 2c41ac9 commit a5f4a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Backdrop/Backdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Fade from '../Fade';
export const styles = {
/* Styles applied to the root element. */
root: {
// Improve scrollable dialog support.
zIndex: -1,
position: 'fixed',
display: 'flex',
Expand Down

0 comments on commit a5f4a4d

Please sign in to comment.