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