Skip to content

Commit

Permalink
Merge pull request #4169 from saul-mtz/patch-1
Browse files Browse the repository at this point in the history
Fixes scroll for modals in the Admin UI
  • Loading branch information
JedWatson authored Apr 10, 2018
2 parents a1333e3 + d5246cb commit a2e0aff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/client/App/elemental/Modal/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ const classes = {
dialog: {
backgroundColor: 'white',
borderRadius: theme.borderRadius.default,
maxHeight: '90%',
overflowY: 'auto',
paddingBottom: theme.modal.padding.dialog.vertical,
paddingLeft: theme.modal.padding.dialog.horizontal,
paddingRight: theme.modal.padding.dialog.horizontal,
Expand Down

0 comments on commit a2e0aff

Please sign in to comment.