diff --git a/app/assets/stylesheets/common/base/modal.scss b/app/assets/stylesheets/common/base/modal.scss index 4b2a6d0b8e9..1831f6f054c 100644 --- a/app/assets/stylesheets/common/base/modal.scss +++ b/app/assets/stylesheets/common/base/modal.scss @@ -193,6 +193,7 @@ .modal-body { box-sizing: border-box; width: 100%; + overflow-y: auto; max-height: 400px; &.full-height-modal { max-height: calc(100vh - 150px);