web: fix application library not being full height
This commit is contained in:
parent
277b4336d3
commit
6e11fd0f2e
|
@ -14,6 +14,10 @@ export class LibraryApplication extends LitElement {
|
||||||
static get styles(): CSSResult[] {
|
static get styles(): CSSResult[] {
|
||||||
return COMMON_STYLES.concat(
|
return COMMON_STYLES.concat(
|
||||||
css`
|
css`
|
||||||
|
:host,
|
||||||
|
main {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue