fix(a2ui): center status overlay
This commit is contained in:
@@ -84,9 +84,10 @@
|
|||||||
inset: 0;
|
inset: 0;
|
||||||
display: none;
|
display: none;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-top: calc(20px + env(safe-area-inset-top, 0px));
|
padding: 24px;
|
||||||
|
box-sizing: border-box;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user