web: re-fix router height
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
de8cf65503
commit
3ed4c38101
|
@ -46,6 +46,7 @@ export class RouterOutlet extends LitElement {
|
||||||
AKGlobal,
|
AKGlobal,
|
||||||
css`
|
css`
|
||||||
:host {
|
:host {
|
||||||
|
height: 100vh;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
*:first-child {
|
*:first-child {
|
||||||
|
|
Reference in New Issue