提高手机端左边栏z-index
This commit is contained in:
parent
b31473bbac
commit
c1344ba25a
@ -262,6 +262,7 @@ provide('session', session);
|
|||||||
background: #fafafa !important;
|
background: #fafafa !important;
|
||||||
border-right: 1px solid rgba(0, 0, 0, 0.06) !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;
|
transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
|
||||||
|
z-index: 1000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-sidebar-sider .n-layout-sider-trigger {
|
.app-sidebar-sider .n-layout-sider-trigger {
|
||||||
@ -394,7 +395,7 @@ n-config-provider {
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 100vh !important;
|
height: 100vh !important;
|
||||||
z-index: 999 !important;
|
z-index: 1000 !important;
|
||||||
width: 280px !important;
|
width: 280px !important;
|
||||||
max-width: 85vw;
|
max-width: 85vw;
|
||||||
transform: translateX(-100%);
|
transform: translateX(-100%);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user