diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 8c696b2a0..2d603f543 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -1318,7 +1318,7 @@ flex-direction: column; flex-grow: 1; width: 100%; - height: 100%; + overflow: hidden; } .module-media-gallery__tab-container { diff --git a/stylesheets/_session_group_panel.scss b/stylesheets/_session_group_panel.scss index 4096f899a..a0b0610b4 100644 --- a/stylesheets/_session_group_panel.scss +++ b/stylesheets/_session_group_panel.scss @@ -151,6 +151,7 @@ 22vw / 3.5 ); //.group-settings is 22vw and we want three rows with some space so divide it by 3.5 margin: auto; + margin-bottom: 1vh; } } }