Skip to content

Commit

Permalink
Fix more 14 layout issues
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Jul 28, 2018
1 parent 769053b commit e8e50a3
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,27 +73,21 @@ input.input-inline {
/**
* Generic app layout
*/
#content-wrapper {
overflow: hidden;
position: fixed;
width: 100%;
height: 100%;

#content {
height: calc(100% - 50px);
min-height: initial;
}
#content {
height: 100%;
min-height: initial;
}

.app.app-deck {
width: 100%;
height: 100%;
display: flex;
}
.app.app-deck {
width: 100%;
height: 100%;
display: flex;
}

#app-content {
display: flex;
flex-direction: column;
}
#app-content {
display: flex;
flex-direction: column;
}

/**
Expand Down

0 comments on commit e8e50a3

Please sign in to comment.