diff --git a/style.css b/style.css index b095236..97ab2ea 100644 --- a/style.css +++ b/style.css @@ -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 {