Fix more 14 layout issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -73,14 +73,9 @@ input.input-inline {
|
|||||||
/**
|
/**
|
||||||
* Generic app layout
|
* Generic app layout
|
||||||
*/
|
*/
|
||||||
#content-wrapper {
|
|
||||||
overflow: hidden;
|
|
||||||
position: fixed;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
height: calc(100% - 50px);
|
height: 100%;
|
||||||
min-height: initial;
|
min-height: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -94,7 +89,6 @@ input.input-inline {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Navigation sidebar
|
* Navigation sidebar
|
||||||
|
|||||||
Reference in New Issue
Block a user