From f8073a2350e1c52d7f7658594b5f795afcb66332 Mon Sep 17 00:00:00 2001 From: Jukka Lampikoski Date: Fri, 13 Mar 2026 11:29:03 +0200 Subject: [PATCH] =?UTF-8?q?Poista=20ticket-threadin=20max-height=20scroll?= =?UTF-8?q?=20=E2=80=94=20koko=20sivu=20scrollaa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Viestiketju oli rajoitettu 60vh laatikkoon overflow-y:auto, joka pakotti scrollaamaan iframemaisesti. Nyt viestit ovat osa normaalia sivun virtausta. Co-Authored-By: Claude Opus 4.6 --- style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/style.css b/style.css index 23f9c66..5b86d39 100644 --- a/style.css +++ b/style.css @@ -1444,8 +1444,6 @@ span.empty { padding: 1rem 0; border-top: 2px solid #f0f2f5; border-bottom: 2px solid #f0f2f5; - max-height: 60vh; - overflow-y: auto; } .ticket-message {