From 70807cccd1cb55f47ea136c1c5cf8399fd5eec63 Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Tue, 7 Apr 2026 18:22:16 +0200 Subject: [PATCH] fix: hide scrollbar during streaming to prevent UI flicker --- surfsense_web/app/desktop/suggestion/suggestion.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/surfsense_web/app/desktop/suggestion/suggestion.css b/surfsense_web/app/desktop/suggestion/suggestion.css index e0c56857d..f5471cf37 100644 --- a/surfsense_web/app/desktop/suggestion/suggestion.css +++ b/surfsense_web/app/desktop/suggestion/suggestion.css @@ -127,6 +127,10 @@ body:has(.suggestion-body) { max-height: 340px; } +.agent-activity::-webkit-scrollbar { + display: none; +} + .activity-initial { display: flex; align-items: center;