Add custom property for #headerColumn
This commit is contained in:
committed by
Matthew-Wise
parent
84811046f1
commit
fc60b5b5ff
@@ -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));
|
||||
}
|
||||
/*}*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user