mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
try to fix scroll stuttering in output message
This commit is contained in:
parent
ff29b86d95
commit
37b8a23f2d
3 changed files with 144 additions and 211 deletions
|
|
@ -402,9 +402,11 @@
|
|||
}
|
||||
|
||||
.msg-content {
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
max-height: 30em;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.message-temp {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue