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