web: fix buttons being shown over ak-loading backdrop

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-03-21 15:01:48 +01:00
parent bb9fbb55b6
commit 68449a0d21
1 changed files with 2 additions and 1 deletions

View File

@ -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;