UI: Follow-up to beab346f (fix scroll deadlock on chat-parent)

This commit is contained in:
oobabooga 2026-03-15 16:38:54 -07:00
parent f8ff7cf99e
commit 4f80b20859

View file

@ -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);