web: fix provider view

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-17 19:18:15 +01:00
parent d2bbf2965d
commit 0ef040e5b6
5 changed files with 27 additions and 7 deletions

View File

@ -20,7 +20,7 @@ export class RouterOutlet extends LitElement {
css`
:host {
height: 100vh;
background-color: var(--pf-c-page--BackgroundColor) !important;
background-color: var(--ak-dark-background, var(--pf-c-page--BackgroundColor)) !important;
}
*:first-child {
height: 100%;