fix(client): style tweak for ios

This commit is contained in:
syuilo
2022-07-03 16:17:31 +09:00
parent 01688b543a
commit e393ab6044
24 changed files with 37 additions and 36 deletions

View File

@@ -561,7 +561,7 @@ definePageMetadata({
> .body {
background: var(--panel);
border-radius: var(--radius);
overflow: clip;
overflow: hidden; overflow: clip;
}
}
@@ -620,7 +620,7 @@ definePageMetadata({
> .body {
background: var(--panel);
border-radius: var(--radius);
overflow: clip;
overflow: hidden; overflow: clip;
}
}
}