diff --git a/css/main.css b/css/main.css index bc59f833..b9bf2ba5 100644 --- a/css/main.css +++ b/css/main.css @@ -1670,3 +1670,15 @@ button:focus { #textbox-notebook span { display: none; } + +.chat-parent { + /* Optimize for scrolling performance */ + will-change: scroll-position; + contain: layout style paint; + + /* Ensure GPU acceleration */ + transform: translateZ(0); + + /* Prevent layout shifts */ + overflow-anchor: none; +}