fix: the problem z level of layout and components; 🐛

修复:布局和组件的层级问题;
This commit is contained in:
iczer
2020-09-13 10:58:53 +08:00
parent 1ebed9eaec
commit fb146e2a36
4 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
.admin-header{
padding: 0;
z-index: 1099;
z-index: 2;
box-shadow: @shadow-down;
position: relative;
background: @base-bg-color;