Make time list in time range selector appear above the apply button

Woooooo z-index issues
pull/1681/head
Alex P 2017-07-06 10:10:47 -07:00
parent 3c94a4d022
commit e1568a1045
1 changed files with 3 additions and 2 deletions

View File

@ -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;
}
@ -251,6 +252,6 @@ $rd-cell-size: 30px;
top: 0;
right: calc(100% + 4px);
z-index: 2;
.custom-time--container {display: flex;}
}