diff --git a/dashboard/src2/App.vue b/dashboard/src2/App.vue index 284b300..32e5776 100644 --- a/dashboard/src2/App.vue +++ b/dashboard/src2/App.vue @@ -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%);