diff --git a/desktop/flipper-ui-core/src/sandy-chrome/appinspect/LaunchEmulator.tsx b/desktop/flipper-ui-core/src/sandy-chrome/appinspect/LaunchEmulator.tsx index 75994fdb9..ffbcefbfb 100644 --- a/desktop/flipper-ui-core/src/sandy-chrome/appinspect/LaunchEmulator.tsx +++ b/desktop/flipper-ui-core/src/sandy-chrome/appinspect/LaunchEmulator.tsx @@ -143,7 +143,7 @@ export const LaunchEmulatorDialog = withTrackingScope( onCancel={onClose} title="Launch Emulator" footer={null} - bodyStyle={{maxHeight: 400, overflow: 'auto'}}> + bodyStyle={{maxHeight: 400, height: 400, overflow: 'auto'}}> {items.length ? items : }