From 0d6777780ce6fbf68ac929b642e4e2f1703a9ef1 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Sat, 11 May 2019 17:58:28 -0500 Subject: [PATCH] component-stack keep glued to bottom --- app/assets/stylesheets/app/_editor.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/app/_editor.scss b/app/assets/stylesheets/app/_editor.scss index 2d9d8886e..f27b638d9 100644 --- a/app/assets/stylesheets/app/_editor.scss +++ b/app/assets/stylesheets/app/_editor.scss @@ -136,6 +136,8 @@ $heading-height: 75px; #editor-pane-component-stack { width: 100%; + // To keep glued to bottom when editor is in loading state and not visible. + margin-top: auto; // When two component stack items are expired and eat up full screen, this is required to scroll them. // overflow: auto;