mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
fix: hide scrollbar during streaming to prevent UI flicker
This commit is contained in:
parent
60b9f0f21c
commit
70807cccd1
1 changed files with 4 additions and 0 deletions
|
|
@ -127,6 +127,10 @@ body:has(.suggestion-body) {
|
|||
max-height: 340px;
|
||||
}
|
||||
|
||||
.agent-activity::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.activity-initial {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue