Make time list in time range selector appear above the apply button
Woooooo z-index issuespull/1681/head
parent
3c94a4d022
commit
e1568a1045
|
@ -191,6 +191,7 @@ $rd-cell-size: 30px;
|
|||
}
|
||||
.rd-time-list {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 120px;
|
||||
|
@ -226,7 +227,7 @@ $rd-cell-size: 30px;
|
|||
}
|
||||
}
|
||||
|
||||
.custom-time--apply {
|
||||
.custom-time--container .btn.custom-time--apply {
|
||||
margin-top: 8px;
|
||||
width: 120px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue