Update select.css

tags的层级是1000,导致超出了Dialog的层级。
是否默认z-index:1;就够用了?
pull/3657/head
song 2017-03-22 14:47:14 +08:00 committed by 杨奕
parent 83ed9513ea
commit aa70f68cdd
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
position: absolute;
line-height: normal;
white-space: normal;
z-index: var(--index-top);
z-index: 1;
top: 50%;
transform: translateY(-50%);
}