fix: hide scrollbar during streaming to prevent UI flicker

This commit is contained in:
CREDO23 2026-04-07 18:22:16 +02:00
parent 60b9f0f21c
commit 70807cccd1

View file

@ -127,6 +127,10 @@ body:has(.suggestion-body) {
max-height: 340px;
}
.agent-activity::-webkit-scrollbar {
display: none;
}
.activity-initial {
display: flex;
align-items: center;