增大 icon-picker 图标面板的层级

This commit is contained in:
catchonme 2019-06-28 15:47:56 +08:00
parent b6960c5f3d
commit ba42711303
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
left: px2rem(-1px);
right: px2rem(-1px);
top: 100%;
z-index: 1;
z-index: 10;
height: auto;
}
@ -49,7 +49,7 @@
top: 0;
left: 0;
right: 0;
z-index: 2;
z-index: 11;
background: $IconPicker-tabs-bg;
}