提高手机端左边栏z-index

This commit is contained in:
jingrow 2025-12-28 20:50:05 +08:00
parent b31473bbac
commit c1344ba25a

View File

@ -262,6 +262,7 @@ provide('session', session);
background: #fafafa !important;
border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
z-index: 1000 !important;
}
.app-sidebar-sider .n-layout-sider-trigger {
@ -394,7 +395,7 @@ n-config-provider {
top: 0;
left: 0;
height: 100vh !important;
z-index: 999 !important;
z-index: 1000 !important;
width: 280px !important;
max-width: 85vw;
transform: translateX(-100%);