Merge pull request #596 from mlukasz7/bugfix/property-actions-menu-zindex

This commit is contained in:
Niels Lyngsø
2023-03-16 10:04:09 +01:00
committed by GitHub

View File

@@ -44,10 +44,12 @@ export class UmbWorkspacePropertyLayoutElement extends LitElement {
p {
margin-bottom: 0;
}
#header {
position: sticky;
top: var(--uui-size-space-4);
height: min-content;
z-index: 2;
}
`,
];