Fix overhigh z-index, #186

This commit is contained in:
afc163 2015-08-24 16:38:19 +08:00
parent d72b68a804
commit c9b700aed4
3 changed files with 3 additions and 4 deletions

View File

@ -54,7 +54,7 @@
&-input {
position: absolute;
left: 0;
z-index: 9999;
z-index: 1;
cursor: pointer;
.opacity(0);
top: 0;

View File

@ -57,7 +57,7 @@
&-input {
position: absolute;
left: 0;
z-index: 9999;
z-index: 1;
cursor: pointer;
opacity: 0;
top: 0;

View File

@ -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;