Skip to content

Commit

Permalink
fix stacking of popovers
Browse files Browse the repository at this point in the history
  • Loading branch information
maudsj committed Sep 21, 2023
1 parent 4249a3c commit 1092ba1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -92,7 +91,6 @@ export class UmbWorkspacePropertyLayoutElement extends LitElement {
#headerColumn {
position: relative;
height: min-content;
z-index: 2;
}
@container (width > 600px) {
#headerColumn {
Expand Down

0 comments on commit 1092ba1

Please sign in to comment.