fix tree picker styles
This commit is contained in:
@@ -58,7 +58,18 @@ export class UmbTreePickerModalElement<TreeItemType extends TreeItemPresentation
|
||||
`;
|
||||
}
|
||||
|
||||
static styles = [UUITextStyles, css``];
|
||||
static styles = [
|
||||
UUITextStyles,
|
||||
css`
|
||||
:host {
|
||||
--umb-header-layout-height: 70px;
|
||||
}
|
||||
|
||||
uui-box {
|
||||
margin: var(--uui-size-layout-1);
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
||||
export default UmbTreePickerModalElement;
|
||||
|
||||
Reference in New Issue
Block a user