From 9d061975ab6643740fdf7917e14025c769779034 Mon Sep 17 00:00:00 2001 From: zimk Date: Tue, 17 Mar 2026 00:45:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=94=AE?= =?UTF-8?q?=E7=9B=98=E5=BC=B9=E5=87=BA=E6=97=B6=20topbar=20=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E8=A2=AB=E9=A1=B6=E5=87=BA=E5=B1=8F=E5=B9=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/styles.css b/public/styles.css index def9b38..52811f6 100644 --- a/public/styles.css +++ b/public/styles.css @@ -587,7 +587,8 @@ body.theme-light .md-pre { background: #f3f4f6; border-color: rgba(15,23,42,.08) height: 100dvh; min-height: 0; overflow: hidden; - grid-template-rows: auto minmax(0, 1fr) auto; + display: flex; + flex-direction: column; } .topbar { gap: 8px; @@ -623,6 +624,8 @@ body.theme-light .md-pre { background: #f3f4f6; border-color: rgba(15,23,42,.08) .messages { height: 100%; + flex: 1 1 0; + min-height: 0; -webkit-overflow-scrolling: touch; } .empty-state,