From f682cbd9d050ad69c020ead02253791f2ca0c83e Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 8 Sep 2020 16:15:03 +1000 Subject: [PATCH] fix the media panel with lots of media (bottom button hidden) --- stylesheets/_modules.scss | 2 +- stylesheets/_session_group_panel.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index e252c7f6f..21c8b0cd4 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 5cee99926..56ac3a8f5 100644 --- a/stylesheets/_session_group_panel.scss +++ b/stylesheets/_session_group_panel.scss @@ -149,6 +149,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; } } }