From 250508d1f31d4e219995a3d502579ab78d3bdb89 Mon Sep 17 00:00:00 2001 From: ranwawa <30344590+ranwawa@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:14:54 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=B0=86=E6=96=87=E6=A1=A3=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E5=AF=BC=E8=88=AA=E6=A0=8F=E4=B8=8B=E8=BE=B9=E8=B7=9D?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=88=90=E5=92=8C=E5=8F=B3=E4=BE=A7=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=B8=BB=E4=BD=93=E4=B8=8B=E8=BE=B9=E8=B7=9D=E4=B8=80?= =?UTF-8?q?=E8=87=B4=EF=BC=8C=E4=BB=A5=E9=81=BF=E5=85=8D=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E8=A2=AB=E6=B5=8F=E8=A7=88=E5=99=A8=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E9=81=AE=E6=8C=A1=20(#11008)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/style.scss b/examples/style.scss index 5d8321f9b..e4fe220ec 100644 --- a/examples/style.scss +++ b/examples/style.scss @@ -850,7 +850,7 @@ body { position: fixed; width: 200px; top: 100px; - bottom: 0; + bottom: 25px; overflow-y: auto; overflow-x: hidden; border-right: 1px solid #e8ebee;