From 8c119ac17e557f64fd728adafb0cf69f02dfd3c4 Mon Sep 17 00:00:00 2001 From: Zkitefly <64117916+zkitefly@users.noreply.github.com> Date: Mon, 21 Jul 2025 16:00:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BE=A4=E8=81=8A=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E9=AB=98=E5=BA=A6=E5=92=8C=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?=E6=94=AF=E6=8C=81=20(#231)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _docs/crash-support-group.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_docs/crash-support-group.md b/_docs/crash-support-group.md index 626d0ea..b728454 100644 --- a/_docs/crash-support-group.md +++ b/_docs/crash-support-group.md @@ -41,6 +41,9 @@ document.addEventListener('DOMContentLoaded', function() { border-radius: 8px; max-width: 500px; width: 90%; + max-height: 80vh; + overflow-y: auto; + position: relative; `; let timeLeft = 30 ; // 倒计时秒数