feat(DropdownItem): add @dropdown-item-z-index less var

This commit is contained in:
陈嘉涵
2020-01-27 15:22:53 +08:00
parent f90015efe7
commit 6f4c6f5aa6
5 changed files with 40 additions and 41 deletions

View File

@@ -4,6 +4,7 @@
position: fixed;
right: 0;
left: 0;
z-index: @dropdown-item-z-index;
overflow: hidden;
&__option {