diff --git a/less/documentDBFabric.less b/less/documentDBFabric.less index 900535700..832679abd 100644 --- a/less/documentDBFabric.less +++ b/less/documentDBFabric.less @@ -211,3 +211,12 @@ a:focus { .fileImportImg img { filter: brightness(0) saturate(100%); } + +.tabPanesContainer { + overflow: auto !important; +} + +.tabs-container { + min-height: 500px; + min-width: 500px; +} diff --git a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx index ca92b59ed..ddaf086b7 100644 --- a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx +++ b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx @@ -608,7 +608,7 @@ export const SettingsPane: FunctionComponent<{ explorer: Explorer }> = ({
{!isFabricNative() && ( - + {shouldShowQueryPageOptions && ( diff --git a/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap b/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap index 577b6de5b..41a75a38f 100644 --- a/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap +++ b/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap @@ -12,6 +12,7 @@ exports[`Settings Pane should render Default properly 1`] = ` >