fix z-index

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2024-03-17 03:09:53 +01:00
parent 16b3ca3715
commit 102811508f

View File

@ -73,6 +73,9 @@ export class AdminInterface extends EnterpriseAwareInterface {
:host([theme="dark"]) .pf-c-page { :host([theme="dark"]) .pf-c-page {
--pf-c-page--BackgroundColor: var(--ak-dark-background); --pf-c-page--BackgroundColor: var(--ak-dark-background);
} }
ninja-keys {
--ninja-z-index: 99999;
}
`, `,
]; ];
} }