fix scrolling issue on single column layout
This commit is contained in:
父節點
06bbb8e4f9
當前提交
8fad28aff3
共有 1 個文件被更改,包括 1 次插入 和 0 次删除
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
載入中…
Add table
Reference in a new issue