diff --git a/frontend/src/styles/popups.scss b/frontend/src/styles/popups.scss index bdcc39ec3..67d04ff56 100644 --- a/frontend/src/styles/popups.scss +++ b/frontend/src/styles/popups.scss @@ -20,7 +20,7 @@ display: grid; gap: 1rem; max-width: 1200px; - max-height: 90vh; + max-height: 100%; overflow-y: auto; grid-template-areas: "topButtons topButtons topButtons"