Increased the max height of pickers (#41617)

Mikayla Maki created

Release Notes:

- Increased the max size of picker based UI

Change summary

crates/picker/src/picker.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/picker/src/picker.rs 🔗

@@ -314,7 +314,7 @@ impl<D: PickerDelegate> Picker<D> {
             confirm_on_update: None,
             width: None,
             widest_item: None,
-            max_height: Some(rems(18.).into()),
+            max_height: Some(rems(24.).into()),
             show_scrollbar: false,
             is_modal: true,
         };