diff --git a/desktop/flipper-ui-core/src/chrome/SettingsSheet.tsx b/desktop/flipper-ui-core/src/chrome/SettingsSheet.tsx index 75877ffea..e42de8536 100644 --- a/desktop/flipper-ui-core/src/chrome/SettingsSheet.tsx +++ b/desktop/flipper-ui-core/src/chrome/SettingsSheet.tsx @@ -98,7 +98,7 @@ class SettingsSheet extends Component { title="Settings" footer={footer} bodyStyle={{ - overflow: 'scroll', + overflow: 'auto', maxHeight: 'calc(100vh - 250px)', }}> {contents}