From 0494700d54840e0f6cef6e4292fbe59b3011d680 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 13 Feb 2026 21:08:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E6=B5=AE?= =?UTF-8?q?=E7=AA=97=E9=AB=98=E5=BA=A6=E5=BC=82=E5=B8=B8=E6=8A=96=E5=8A=A8?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E5=AD=90=E5=9B=9E=E5=A4=8D=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/viewPost/vp-btn-reply.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/viewPost/vp-btn-reply.vue b/src/components/viewPost/vp-btn-reply.vue index 6b0722ad..2890b590 100644 --- a/src/components/viewPost/vp-btn-reply.vue +++ b/src/components/viewPost/vp-btn-reply.vue @@ -244,6 +244,7 @@ async function handleDebug(): Promise { position: relative; display: flex; width: 300px; + max-height: calc(100vh - 24px); box-sizing: border-box; flex-direction: column; align-items: center;