This commit is contained in:
syuilo 2025-05-23 15:59:41 +09:00
parent 6c4b055921
commit 554623e5a8
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ function onClosed() {
right: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
padding-bottom: env(safe-area-inset-bottom, 0px);
margin: auto;
background: var(--MI_THEME-bg);
container-type: size;