Skip to content

Commit

Permalink
Display miniplatform tabs correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienTainon committed Aug 11, 2023
1 parent 6d36479 commit 8acbc3f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion frontend/task/task.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8acbc3f

Please sign in to comment.