From 160ffd98cead380d329f33b6b3e8713792e06046 Mon Sep 17 00:00:00 2001 From: Theis Pieter Hollebeek Date: Fri, 10 Oct 2025 12:32:27 +0200 Subject: [PATCH] fix console scrolling --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {