From 6e11fd0f2e7999b2ad61316afcac8c4563e527f9 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 19 Feb 2021 16:13:55 +0100 Subject: [PATCH] web: fix application library not being full height --- web/src/pages/LibraryPage.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/pages/LibraryPage.ts b/web/src/pages/LibraryPage.ts index 19e3f17d8..fa0ae7c7b 100644 --- a/web/src/pages/LibraryPage.ts +++ b/web/src/pages/LibraryPage.ts @@ -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%; }