fix datepicker panel z-index, ref #264

This commit is contained in:
afc163 2015-09-16 16:42:24 +08:00
parent df76eeb1a6
commit f96867b640

View File

@ -6,7 +6,7 @@
position: absolute;
left: -9999px;
top: -9999px;
z-index: 1000;
z-index: 1070;
}
.@{calendar-prefix-cls}-picker {