Docked Composer は、ユーザーがコンポーザー ウィンドウを展開/折りたたみしながらアプリを継続的に使用してタスクを完了したり、情報を収集したりできるようにする永続的なユーティリティ バーです。
The platform's inbuilt Docked Composer panels appear to have a hard-coded body height of 379px to make the scrolling work.
Copying that:
/* Platform's UI has this hard-coded value so copy that */
.fixed-body-height {
height: 379px;
}