fix(a2ui): center status overlay
This commit is contained in:
parent
67b9a675f5
commit
ae9a8ce34c
1 changed files with 3 additions and 2 deletions
|
|
@ -84,9 +84,10 @@
|
|||
inset: 0;
|
||||
display: none;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
padding-top: calc(20px + env(safe-area-inset-top, 0px));
|
||||
padding: 24px;
|
||||
box-sizing: border-box;
|
||||
pointer-events: none;
|
||||
z-index: 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue