temp scroll fix

This commit is contained in:
Jesper Møller Jensen
2023-06-09 02:43:13 +12:00
parent f4b24e9bce
commit e39669a14c

View File

@@ -82,6 +82,7 @@ export class UmbInstallerLayoutElement extends LitElement {
}
#box {
overflow: auto; /* temp fix. Scrolling should be handled by each slotted element */
container: box / inline-size;
box-sizing: border-box;
width: 100%;