mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix datepicker panel z-index, ref #264
This commit is contained in:
parent
df76eeb1a6
commit
f96867b640
@ -6,7 +6,7 @@
|
||||
position: absolute;
|
||||
left: -9999px;
|
||||
top: -9999px;
|
||||
z-index: 1000;
|
||||
z-index: 1070;
|
||||
}
|
||||
|
||||
.@{calendar-prefix-cls}-picker {
|
||||
|
Loading…
Reference in New Issue
Block a user