From 1092ba1776cf15d31ce99264c3c3118245b5f0ac Mon Sep 17 00:00:00 2001 From: Maud Date: Thu, 21 Sep 2023 13:44:53 +0200 Subject: [PATCH] fix stacking of popovers --- .../workspace-property-layout.element.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/packages/core/workspace/workspace-property-layout/workspace-property-layout.element.ts b/src/packages/core/workspace/workspace-property-layout/workspace-property-layout.element.ts index 59f444038e..f19b8347e7 100644 --- a/src/packages/core/workspace/workspace-property-layout/workspace-property-layout.element.ts +++ b/src/packages/core/workspace/workspace-property-layout/workspace-property-layout.element.ts @@ -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 {