forked from p96170835/amis
增大 icon-picker 图标面板的层级
This commit is contained in:
parent
b6960c5f3d
commit
ba42711303
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue