添加动画

This commit is contained in:
thofx
2023-07-22 16:43:22 +08:00
parent 018778488a
commit 4d67126f0e
5 changed files with 151 additions and 10 deletions
+2 -2
View File
@@ -6,11 +6,11 @@
html {
min-height: calc(100% + env(safe-area-inset-top));
background: rgb(var(--v-theme-background));
//background: rgb(var(--v-theme-background));
}
body {
background: rgb(var(--v-theme-background));
//background: rgb(var(--v-theme-background));
overscroll-behavior-y: contain;
--webkit-overflow-scrolling: touch;
}