fix console scrolling

This commit is contained in:
Theis Pieter Hollebeek 2025-10-10 12:32:27 +02:00
parent 7b84ef7773
commit 160ffd98ce

View File

@ -93,7 +93,7 @@ div#buttons > * > button {
#console {
display: flex;
flex-direction: column;
overflow-y: scroll;
overflow-y: hidden;
}
#console pre {
@ -106,6 +106,7 @@ div#buttons > * > button {
font-size: 1rem;
padding: 4px 8px;
flex: 1;
overflow-y: auto;
}
#console pre {