diff --git a/frontend/src/components/misc/Modal.vue b/frontend/src/components/misc/Modal.vue index 5aa987ae8..3dbcd49e7 100644 --- a/frontend/src/components/misc/Modal.vue +++ b/frontend/src/components/misc/Modal.vue @@ -225,6 +225,7 @@ $modal-width: 1024px; .modal-content { position: static; + max-height: none; } .close { @@ -238,6 +239,7 @@ $modal-width: 1024px; display: flex; flex-direction: column; justify-content: space-between; + margin-bottom: 0 !important; } }