From fbe80ac557127979cef5981c02d18cae4f870198 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 4 Sep 2022 11:48:53 +0200 Subject: [PATCH] Ensure min-height for left and right sidebar in editor --- app/assets/stylesheets/editor.css.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/editor.css.scss b/app/assets/stylesheets/editor.css.scss index 9c4a5c7b..77e4eb2d 100644 --- a/app/assets/stylesheets/editor.css.scss +++ b/app/assets/stylesheets/editor.css.scss @@ -20,6 +20,9 @@ } } +#content-left-sidebar, #content-right-sidebar { + min-height: 250px; +} .frame { display: none;