Fix more 14 layout issues

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-07-28 13:06:40 +02:00
parent 480d01fe9d
commit 498d062657

View File

@@ -73,27 +73,21 @@ input.input-inline {
/** /**
* Generic app layout * Generic app layout
*/ */
#content-wrapper {
overflow: hidden; #content {
position: fixed;
width: 100%;
height: 100%; height: 100%;
#content {
height: calc(100% - 50px);
min-height: initial; min-height: initial;
} }
.app.app-deck { .app.app-deck {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex; display: flex;
} }
#app-content { #app-content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
}
} }
/** /**