fix(SW-565) fix select hight to see its scrollable

This commit is contained in:
Pontus Dreij
2024-11-19 10:34:21 +01:00
parent 94f97dffa9
commit ebbdecf8d8

View File

@@ -94,7 +94,7 @@ export default function ChildInfoSelector({
updateSelectedAge(key as number)
}}
placeholder={ageLabel}
maxHeight={150}
maxHeight={180}
{...register(ageFieldName, {
required: true,
})}