From 5edc657678a3bbcb7bb57fa0dcaa8e288ce8626f Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sat, 23 Aug 2025 21:38:30 -0700 Subject: [PATCH] Add scrollbar to the output. And shrink to put more on the screen. --- web/static/webclient/css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/static/webclient/css/custom.css b/web/static/webclient/css/custom.css index 6effe13..eff0bd0 100644 --- a/web/static/webclient/css/custom.css +++ b/web/static/webclient/css/custom.css @@ -18,7 +18,8 @@ div.out { /* font-weight: 400; */ font-style: normal; font-size: 21px; - line-height: 1.4em; + line-height: 1em; + overflow-y: scroll; } input[type=textarea]:focus {