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