selectInput.css
445 Bytes
.inputBox {
position: relative;
height: 100%;
}
.inputBox .icons {
position: absolute;
top: 50%;
right: 0rem;
transform: translateY(-50%);
width: 3.125rem;
height: 3.125rem;
line-height: 3.125rem;
text-align: center;
}
.inputBox .pickerWrapper {
flex: 1;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.popupHeader {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0.2rem;
}