fix style

This commit is contained in:
jxxghp
2023-07-22 21:30:39 +08:00
parent a668059bf7
commit c93499d435
4 changed files with 6 additions and 20 deletions
+2 -6
View File
@@ -6,17 +6,13 @@
html {
min-height: calc(100% + env(safe-area-inset-top));
}
@media screen and (max-width: 900px) {
html, body {
background: rgb(var(--v-theme-background));
}
background: rgb(var(--v-theme-background));
}
body {
overscroll-behavior-y: contain;
--webkit-overflow-scrolling: touch;
background: rgb(var(--v-theme-background));
}
body,