fix scrolling issue on single column layout

This commit is contained in:
khr 2020-02-16 16:16:08 -08:00
parent fb6a46000d
commit 4019b83ad5
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
.layout-single-column .compose-panel {
background-color: $ui-base-color;
height: auto;
max-height: 100%;
overflow-y: visible;
margin-top: 65px;
}