web: fix application library not being full height

This commit is contained in:
Jens Langhammer 2021-02-19 16:13:55 +01:00
parent 277b4336d3
commit 6e11fd0f2e
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ export class LibraryApplication extends LitElement {
static get styles(): CSSResult[] {
return COMMON_STYLES.concat(
css`
:host,
main {
height: 100%;
}
a {
height: 100%;
}