Setting overflow-y in evaluation panel to auto.

This commit is contained in:
mike12345567 2025-01-21 11:54:27 +00:00
parent d51491a19a
commit c5e4edcc97
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@
padding: var(--spacing-m) var(--spacing-l);
font-family: var(--font-mono);
font-size: 12px;
overflow-y: scroll;
overflow-y: auto;
overflow-x: hidden;
white-space: pre-line;
word-wrap: break-word;