Skip to content

Commit

Permalink
[Modal] Fix zoom out on iOS (mui#19548)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyJackson85 authored and EsoterikStare committed Feb 13, 2020
1 parent 55b085f commit b534310
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/material-ui/src/Backdrop/Backdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export const styles = {
left: 0,
backgroundColor: 'rgba(0, 0, 0, 0.5)',
WebkitTapHighlightColor: 'transparent',
// Disable scroll capabilities.
touchAction: 'none',
},
/* Styles applied to the root element if `invisible={true}`. */
invisible: {
Expand Down
2 changes: 0 additions & 2 deletions packages/material-ui/src/Modal/SimpleBackdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export const styles = {
left: 0,
backgroundColor: 'rgba(0, 0, 0, 0.5)',
WebkitTapHighlightColor: 'transparent',
// Disable scroll capabilities.
touchAction: 'none',
},
/* Styles applied to the root element if `invisible={true}`. */
invisible: {
Expand Down

0 comments on commit b534310

Please sign in to comment.