web: fix new provider dropdown being cut off
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user