Update select.css

修改为```var(--index-normal)```
pull/3657/head
song 2017-03-22 18:38:42 +08:00 committed by 杨奕
parent aa70f68cdd
commit 9490e5d40f
1 changed files with 1 additions and 1 deletions

View File

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