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;