From 41567ac1bdaf8dd2f6ff41ea621ddd8b69023db3 Mon Sep 17 00:00:00 2001 From: ZLY Date: Mon, 8 Dec 2025 16:46:56 +0800 Subject: [PATCH] =?UTF-8?q?style(ide):=20=E4=BF=AE=E6=94=B9=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E5=AE=9A=E4=BD=8D=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E4=B8=BAfixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ideContainer/style/rightSideBar.module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ideContainer/style/rightSideBar.module.less b/src/pages/ideContainer/style/rightSideBar.module.less index 20c1202..1a61381 100644 --- a/src/pages/ideContainer/style/rightSideBar.module.less +++ b/src/pages/ideContainer/style/rightSideBar.module.less @@ -1,6 +1,6 @@ .right-side-bar { height: calc(100% - 60px); - position: absolute; + position: fixed; right: 0; top: 60px; z-index: 100;