Setting overflow-y in evaluation panel to auto.
This commit is contained in:
parent
d51491a19a
commit
c5e4edcc97
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue