更新页面样式

This commit is contained in:
jxxghp
2025-09-08 08:49:00 +08:00
parent 10cfd6be80
commit fa8de34fc5
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -7,5 +7,7 @@
html {
box-sizing: border-box;
min-height: calc(100% + env(safe-area-inset-top) + env(safe-area-inset-bottom))
min-block-size: 100%;
min-block-size: 100vh;
min-block-size: 100dvh;
}