diff --git a/src/components/settings_modal/helpers/vertical_tab_switcher.scss b/src/components/settings_modal/helpers/vertical_tab_switcher.scss index cb9ac205c..f98d2d78f 100644 --- a/src/components/settings_modal/helpers/vertical_tab_switcher.scss +++ b/src/components/settings_modal/helpers/vertical_tab_switcher.scss @@ -65,6 +65,8 @@ .tab-content-wrapper { flex: 1 1 auto; height: 100%; + display: flex; + flex-direction: column; &.-hidden { display: none;