diff --git a/frontend/task/task.scss b/frontend/task/task.scss index 9350e1cf0..38e0d4806 100644 --- a/frontend/task/task.scss +++ b/frontend/task/task.scss @@ -76,8 +76,20 @@ html { html:not([active-view="task"]) { height: 100%; - body, #react-container { + body { + height: 100%; + display: flex; + flex-direction: column; + } + #react-container { height: 100%; + min-height: 0; + } + #choose-view { + margin-top: 0 !important; + > * { + margin: 3px 0; + } } body { overflow: hidden;