fix marketplace view
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { css, html , customElement, property } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { css, html, customElement, property } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
|
||||
import { UmbSectionViewExtensionElement } from '@umbraco-cms/backoffice/extension-registry';
|
||||
|
||||
@@ -23,7 +23,7 @@ export class UmbPackagesMarketPlaceSectionViewElement extends UmbLitElement impl
|
||||
static styles = [
|
||||
css`
|
||||
:host {
|
||||
height: calc(100% - var(--umb-header-layout-height));
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user