From 68449a0d21071b6362e5d4fc1fcd9df4fa45b70e Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 21 Mar 2021 15:01:48 +0100 Subject: [PATCH] web: fix buttons being shown over ak-loading backdrop Signed-off-by: Jens Langhammer --- web/src/flows/FlowExecutor.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/flows/FlowExecutor.ts b/web/src/flows/FlowExecutor.ts index af8836dff..12183496c 100644 --- a/web/src/flows/FlowExecutor.ts +++ b/web/src/flows/FlowExecutor.ts @@ -54,7 +54,8 @@ export class FlowExecutor extends LitElement implements StageHost { justify-content: center; align-items: center; position: absolute; - background-color: #0303039e; + background-color: var(--pf-global--BackgroundColor--dark-transparent-100); + z-index: 1; } .ak-hidden { display: none;