From c26acc90cc3f290746f5387431a0ffa9b380be93 Mon Sep 17 00:00:00 2001 From: "MJM_2025_05\\polly" Date: Wed, 24 Sep 2025 08:42:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E7=80=8F=E8=A6=BD?= =?UTF-8?q?=E5=99=A8=E9=98=B2=E6=8A=96=E6=95=88=E6=9E=9C=20scrollbar-gutte?= =?UTF-8?q?r:=20stable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 3c8d7eb..f53a934 100644 --- a/src/style.css +++ b/src/style.css @@ -156,8 +156,9 @@ body, #app { height: 100%; } + html { - scrollbar-gutter: stable both-edges; + scrollbar-gutter: stable; } body {