diff --git a/frontend/src/styles/popups.scss b/frontend/src/styles/popups.scss index 45b422b90..fb31110d4 100644 --- a/frontend/src/styles/popups.scss +++ b/frontend/src/styles/popups.scss @@ -23,17 +23,17 @@ &::backdrop { background: transparent; } -} - -.modal { - background: var(--bg-color); - border-radius: var(--roundness); - padding: 2rem; - display: grid; - gap: 1rem; - width: 100%; - max-width: 300px; - color: var(--text-color); + .modal { + background: var(--bg-color); + border-radius: var(--roundness); + padding: 2rem; + display: grid; + gap: 1rem; + width: 100%; + max-height: 100%; + max-width: 300px; + color: var(--text-color); + } } #customTextPopupWrapper {