diff --git a/web/src/pages/generic/SiteShell.ts b/web/src/pages/generic/SiteShell.ts index a9ae5c1ee..8c42d3a6e 100644 --- a/web/src/pages/generic/SiteShell.ts +++ b/web/src/pages/generic/SiteShell.ts @@ -30,17 +30,6 @@ export class SiteShell extends LitElement { ::slotted(*) { height: 100%; } - :host .pf-l-bullseye { - position: absolute; - height: 100%; - width: 100%; - top: 0; - left: 0; - z-index: 2000; - } - .pf-c-backdrop { - --pf-c-backdrop--BackgroundColor: rgba(0, 0, 0, 0) !important; - } `, BackdropStyle, BullseyeStyle, @@ -156,11 +145,9 @@ export class SiteShell extends LitElement { render(): TemplateResult { return html` ${this.loading ? - html`
-
-
- -
+ html`
+
+
` : ""}