Skip to content

Commit

Permalink
Merge pull request #2960 from jessedobbelaere/fix-medialibrary-modal-…
Browse files Browse the repository at this point in the history
…scroll

Bugfix: Make medialibrary modal scrollable
  • Loading branch information
carakas committed Nov 7, 2019
2 parents 0a28763 + d970e53 commit ef8baf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Backend/Modules/MediaLibrary/Layout/Css/MediaLibrary.css
Expand Up @@ -180,6 +180,11 @@
/**
* Media Dialog
*/
#addMediaDialog .modal-dialog,
#cropperMediaDialog .modal-dialog {
max-height: calc(100vh - 200px);
overflow-y: auto;
}
#addMediaDialog .modal-body,
#cropperMediaDialog .modal-body {
padding: 0;
Expand Down

0 comments on commit ef8baf8

Please sign in to comment.