From f32060110a2d396ee40ef27c98f427281e18e36f Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:30:28 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=81=E8=AE=B8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E5=B9=B6=E9=9A=90=E8=97=8F=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exam/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/exam/styles.css b/exam/styles.css index 3d56564..57f31a4 100644 --- a/exam/styles.css +++ b/exam/styles.css @@ -6,7 +6,12 @@ body { background-size: cover; animation: fadeIn 1s; color: #e0e0e0; - overflow: hidden; + overflow: auto; /* 允许页面滚动 */ +} + +/* 隐藏滚动条 */ +body::-webkit-scrollbar { + display: none; } @keyframes fadeIn {