fix: center debug status overlay
This commit is contained in:
@@ -83,7 +83,8 @@
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
display: none;
|
||||
place-items: center;
|
||||
place-items: start center;
|
||||
padding-top: calc(20px + env(safe-area-inset-top, 0px));
|
||||
pointer-events: none;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user