From 9aa2764753c0886d124bad1c53d13620ab17d876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 22 Dec 2018 08:58:08 +0100 Subject: [PATCH] Fixed panel height & scroll issue with flexbox in firefox, fixes #14620 --- public/sass/components/_panel_editor.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/sass/components/_panel_editor.scss b/public/sass/components/_panel_editor.scss index 871bc0a6747..e483ae1c2b3 100644 --- a/public/sass/components/_panel_editor.scss +++ b/public/sass/components/_panel_editor.scss @@ -26,6 +26,7 @@ flex-direction: row; flex: 1 1 0; position: relative; + min-height: 0; } .panel-editor__right { @@ -36,6 +37,7 @@ margin: 0 20px 0 84px; border-radius: 3px; box-shadow: $panel-editor-shadow; + min-height: 0; } .panel-editor__close { @@ -60,6 +62,7 @@ flex-grow: 1; min-width: 0; display: flex; + min-height: 0; } .panel-editor__content {