web: fix scrolling issue on library page
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
2e174a1be5
commit
c64a99345b
|
@ -59,7 +59,6 @@ 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