fix scrolling issue on single column layout
This commit is contained in:
parent
fb6a46000d
commit
4019b83ad5
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
.layout-single-column .compose-panel {
|
.layout-single-column .compose-panel {
|
||||||
background-color: $ui-base-color;
|
background-color: $ui-base-color;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
max-height: 100%;
|
||||||
overflow-y: visible;
|
overflow-y: visible;
|
||||||
margin-top: 65px;
|
margin-top: 65px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue