fix(webui): keep composer stable while scrolling

This commit is contained in:
chengyongru
2026-07-28 17:13:47 +08:00
committed by chengyongru
parent ae089aa3ae
commit 1faf0826f6
3 changed files with 134 additions and 51 deletions
+3
View File
@@ -355,6 +355,9 @@
transition:
grid-template-rows 900ms cubic-bezier(0.33, 1, 0.68, 1);
}
.thread-layout[data-layout="thread"] {
grid-template-rows: minmax(0, 1fr) auto 0fr;
}
@media (min-width: 640px) {
.thread-layout[data-layout="hero"] {
grid-template-rows: minmax(min-content, 1fr) auto 1fr;