diff --git a/src/styles/pages/script-tokens.css b/src/styles/pages/script-tokens.css index 488dba1..ff90426 100644 --- a/src/styles/pages/script-tokens.css +++ b/src/styles/pages/script-tokens.css @@ -3400,6 +3400,7 @@ width: 100%; height: 100%; min-height: 520px; + max-height: 520px; padding: 18px 22px; border: none; outline: none; @@ -3409,6 +3410,7 @@ font-size: 14px; line-height: 1.9; resize: none; + overflow-y: auto; } .script-eval-v4-text-input::placeholder { @@ -4268,6 +4270,11 @@ .script-eval-v4-text-shell, .script-eval-v4-text-input { min-height: calc(100vh - 422px); + max-height: calc(100vh - 422px); +} + +.script-eval-v4-text-input { + overflow-y: auto; } .script-eval-v4-score-card {