web: fix buttons being shown over ak-loading backdrop
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
bb9fbb55b6
commit
68449a0d21
|
@ -54,7 +54,8 @@ export class FlowExecutor extends LitElement implements StageHost {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #0303039e;
|
background-color: var(--pf-global--BackgroundColor--dark-transparent-100);
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.ak-hidden {
|
.ak-hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Reference in a new issue