Skip to content

Commit

Permalink
fix ie11 overflow bug #8832 (#8877)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored and oliviertassinari committed Oct 27, 2017
1 parent 9dcff85 commit 47c14e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dialog/Dialog.js
Original file line number Diff line number Diff line change
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 47c14e6

Please sign in to comment.