Skip to content

Commit

Permalink
[LinearProgress] Fix Safari's bug during composition of different pai…
Browse files Browse the repository at this point in the history
…nt (#23293)
  • Loading branch information
montogeek committed Oct 29, 2020
1 parent 7475ef6 commit d5015b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/LinearProgress/LinearProgress.js
Expand Up @@ -21,6 +21,7 @@ export const styles = (theme) => {
position: 'relative',
overflow: 'hidden',
height: 4,
zIndex: 0, // Fix Safari's bug during composition of different paint.
'@media print': {
colorAdjust: 'exact',
},
Expand Down

0 comments on commit d5015b1

Please sign in to comment.