component-stack keep glued to bottom

This commit is contained in:
Mo Bitar
2019-05-11 17:58:28 -05:00
parent 4508ecdecd
commit 0d6777780c

View File

@@ -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;