Disable safari select fields css to avoid unparalleled height of your form fields.
select {
-webkit-appearance: none;
}
Disable safari select fields css to avoid unparalleled height of your form fields.
select {
-webkit-appearance: none;
}