Merge pull request #2470 from bjarnef/bug/content-type-design-editor-property-zindex

Remove z-index from header in content type design editor property
This commit is contained in:
Mads Rasmussen
2024-10-25 14:10:54 +02:00
committed by GitHub

View File

@@ -414,7 +414,6 @@ export class UmbContentTypeDesignEditorPropertyElement extends UmbLitElement {
position: sticky;
top: var(--uui-size-space-4);
height: min-content;
z-index: 2;
}
#editor {