web: fix new provider dropdown being cut off
This commit is contained in:
parent
d8ae56ed19
commit
7c0c453d9f
|
@ -26,7 +26,7 @@ export class RouterOutlet extends LitElement {
|
|||
ColorStyles,
|
||||
css`
|
||||
:host {
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
`,
|
||||
].concat(...COMMON_STYLES);
|
||||
|
|
Reference in New Issue