web: fix new provider dropdown being cut off

This commit is contained in:
Jens Langhammer 2021-01-30 12:38:33 +01:00
parent d8ae56ed19
commit 7c0c453d9f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export class RouterOutlet extends LitElement {
ColorStyles, ColorStyles,
css` css`
:host { :host {
height: 100%; height: 100vh;
} }
`, `,
].concat(...COMMON_STYLES); ].concat(...COMMON_STYLES);