mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
Fix overhigh z-index, #186
This commit is contained in:
parent
d72b68a804
commit
c9b700aed4
@ -54,7 +54,7 @@
|
||||
&-input {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
z-index: 1;
|
||||
cursor: pointer;
|
||||
.opacity(0);
|
||||
top: 0;
|
||||
|
@ -57,7 +57,7 @@
|
||||
&-input {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
z-index: 9999;
|
||||
z-index: 1;
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
top: 0;
|
||||
|
@ -323,7 +323,7 @@
|
||||
box-shadow: @overlay-shadow;
|
||||
border-radius: 4px;
|
||||
box-sizing: border-box;
|
||||
z-index: 1000;
|
||||
z-index: 1070;
|
||||
left: -9999px;
|
||||
top: -9999px;
|
||||
position: absolute;
|
||||
@ -336,7 +336,6 @@
|
||||
margin-bottom: 0;
|
||||
padding-left: 0; // Override default ul/ol
|
||||
list-style: none;
|
||||
z-index: 9999;
|
||||
max-height: 250px;
|
||||
overflow: auto;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user