mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-18 03:14:39 +01:00
UI: Follow-up to beab346f (fix scroll deadlock on chat-parent)
This commit is contained in:
parent
f8ff7cf99e
commit
4f80b20859
|
|
@ -1680,7 +1680,7 @@ button:focus {
|
|||
.chat-parent {
|
||||
/* Optimize for scrolling performance */
|
||||
will-change: scroll-position;
|
||||
contain: layout style paint;
|
||||
contain: style paint;
|
||||
|
||||
/* Ensure GPU acceleration */
|
||||
transform: translateZ(0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue