fix(app): fix perf issues and bugs with textarea autosizing (#20)

This commit is contained in:
hampus-fluxer
2026-01-04 15:33:34 +01:00
committed by GitHub
parent 692a231d14
commit 3a72b8d3c4
7 changed files with 230 additions and 75 deletions

View File

@@ -30,6 +30,10 @@
--message-group-spacing: 16px;
}
.nativeAnchor {
overflow-anchor: auto !important;
}
.scrollerContainer {
position: absolute;
inset: 0;