Play with z-index to make proper dropdown overlap
This commit is contained in:
parent
8605e84547
commit
0418c9da3d
2 changed files with 8 additions and 1 deletions
|
@ -13,6 +13,11 @@
|
|||
}
|
||||
.actions.hidden { display: none; }
|
||||
|
||||
.actions.creatable {
|
||||
position: relative;
|
||||
z-index: -30;
|
||||
}
|
||||
|
||||
#new {
|
||||
z-index: 1010;
|
||||
float: left;
|
||||
|
@ -40,7 +45,7 @@
|
|||
display: none;
|
||||
position: fixed;
|
||||
min-width: 112px;
|
||||
z-index: -2;
|
||||
z-index: -10;
|
||||
padding: 8px;
|
||||
padding-bottom: 0;
|
||||
margin-top: 14px;
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
margin-left: 3px;
|
||||
overflow: hidden;
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
z-index: -20;
|
||||
}
|
||||
#upload .icon-upload {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue