From 6e05733082834d3391f7f20e7f6031bef6287fbf Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Fri, 5 Sep 2025 21:53:17 -0700 Subject: [PATCH] Fix scrolling in the webclient --- web/static/webclient/css/custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/static/webclient/css/custom.css b/web/static/webclient/css/custom.css index 7aac033..9ed79d6 100644 --- a/web/static/webclient/css/custom.css +++ b/web/static/webclient/css/custom.css @@ -8,9 +8,12 @@ margin-left: auto; margin-right: auto; max-width: 900px; + + overflow-y: scroll; } #messagewindow img { + margin-top: 20px; max-width: 100%; } @@ -23,7 +26,6 @@ div.out { font-style: normal; font-size: 21px; line-height: 1em; - overflow-y: scroll; } input[type=textarea]:focus {