Ion picker with custom height doesnt align to center ion picker options
Create a picker, set any cssClass to pickerOptions
.pick-class {
--max-height: 35vh;
& .picker-columns { // temporally solution
position:relative;
top: -3vh;
}
}
options should render at the center of 35vh and not of the initial/default height
1 post - 1 participant