fix: center debug status overlay
parent
b06d1ed072
commit
79c0fd27a0
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue