mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +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;
|
max-height: 340px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.agent-activity::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.activity-initial {
|
.activity-initial {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue