don't set height on scrollable router-slot

This commit is contained in:
Nathan Woulfe
2023-01-23 12:46:02 +10:00
parent b4747f101c
commit acd29d1eed

View File

@@ -38,7 +38,6 @@ export class UmbSectionDashboardsElement extends UmbLitElement {
#router-slot {
width: 100%;
height: 100%;
box-sizing: border-box;
display: block;
padding:var(--uui-size-5);