Increased the max height of pickers (#41617)

Release Notes:

- Increased the max size of picker based UI
This commit is contained in:
Mikayla Maki
2025-10-31 04:26:36 +00:00
committed by GitHub
parent eab06eb1d9
commit 7c29c6d7a6
+1 -1
View File
@@ -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,
};