popup_rect.Max.y=ImMin(popup_rect.Max.y,g.IO.DisplaySize.y-style.DisplaySafeAreaPadding.y);// Adhoc height limit for Combo. Ideally should be handled in Begin() along with other popups size, we want to have the possibility of moving the popup above as well.
// Position our combo ABOVE because there's more space to fit! (FIXME: Handle in Begin() or use a shared helper. We have similar code in Begin() for popup placement)