fix stacking of popovers

This commit is contained in:
Maud
2023-09-21 13:44:53 +02:00
parent 2b4f414b37
commit 8522f36702

View File

@@ -73,7 +73,6 @@ export class UmbWorkspacePropertyLayoutElement extends LitElement {
column-gap: var(--uui-size-layout-2);
border-bottom: 1px solid var(--uui-color-divider);
padding: var(--uui-size-layout-1) 0;
container-type: inline-size;
}
:host(:last-of-type) {
@@ -92,7 +91,6 @@ export class UmbWorkspacePropertyLayoutElement extends LitElement {
#headerColumn {
position: relative;
height: min-content;
z-index: 2;
}
@container (width > 600px) {
#headerColumn {