Add custom property for #headerColumn

This commit is contained in:
Janus Hasseriis
2025-08-29 14:02:02 +02:00
committed by Matthew-Wise
parent 84811046f1
commit fc60b5b5ff

View File

@@ -124,11 +124,12 @@ export class UmbPropertyLayoutElement extends UmbLitElement {
#headerColumn {
position: relative;
height: min-content;
top: var(--umb-property-layout-header-top);
}
/*@container (width > 600px) {*/
:host(:not([orientation='vertical'])) #headerColumn {
position: sticky;
top: calc(var(--uui-size-space-2) * -1);
top: var(--umb-property-layout-header-top, calc(var(--uui-size-space-2) * -1));
}
/*}*/