From c3d395891b8b2ef2a55024ed6d3e35fcce88bee6 Mon Sep 17 00:00:00 2001 From: fsafasff <2624934035@qq.com> Date: Thu, 28 May 2026 16:36:45 +0800 Subject: [PATCH] fix: keep catalogue drawer trigger visible --- src/forge/Main/Index.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/forge/Main/Index.scss b/src/forge/Main/Index.scss index e41a06ea8..3da784220 100644 --- a/src/forge/Main/Index.scss +++ b/src/forge/Main/Index.scss @@ -393,7 +393,8 @@ } .drawerBtn{ position: fixed; - left: -13px; + left: 0; + z-index: 10; width: 33px; background: #FFFFFF; box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.09); @@ -528,4 +529,4 @@ margin-left: 0px; } } -} \ No newline at end of file +} -- 2.34.1