Skip to content

Commit

Permalink
fix ie11 overflow bug mui#8832 (mui#8877)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored and the-noob committed Nov 17, 2017
1 parent fa7bf62 commit 8213a21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dialog/Dialog.js
Expand Up @@ -23,6 +23,7 @@ export const styles = (theme: Object) => ({
flex: '0 1 auto',
position: 'relative',
maxHeight: '90vh',
overflowY: 'auto', // Fix IE11 issue, to remove at some point.
'&:focus': {
outline: 'none',
},
Expand Down

0 comments on commit 8213a21

Please sign in to comment.