fix table so that it no longer takes up more space that needed

This commit is contained in:
Jesper Møller Jensen
2023-06-01 17:59:16 +12:00
parent 6c159e1771
commit 0d2d59eb96

View File

@@ -251,8 +251,7 @@ export class UmbTableElement extends LitElement {
UUITextStyles,
css`
:host {
height: 100%;
overflow: auto;
height: fit-content;
padding: var(--uui-size-space-4);
padding-top: 0;
}