diff --git a/web/src/interfaces/AdminInterface.ts b/web/src/interfaces/AdminInterface.ts
index c78e9afc5..76ad930c3 100644
--- a/web/src/interfaces/AdminInterface.ts
+++ b/web/src/interfaces/AdminInterface.ts
@@ -60,6 +60,9 @@ export class AdminInterface extends LitElement {
.pf-c-page__drawer {
z-index: auto !important;
}
+ .display-none {
+ display: none;
+ }
`,
];
}
@@ -111,16 +114,16 @@ export class AdminInterface extends LitElement {
- ${this.notificationOpen
- ? html``
- : html``}
- ${this.apiDrawerOpen
- ? html``
- : html``}
+
+