This commit is contained in:
jxxghp
2023-07-29 11:28:52 +08:00
parent ab4418d215
commit ccedd79344
2 changed files with 7 additions and 3 deletions

View File

@@ -17,7 +17,11 @@
}
.v-toast--bottom {
margin-bottom: env(safe-area-inset-top);
margin-bottom: env(safe-area-inset-bottom);
}
.v-toast--top {
margin-top: env(safe-area-inset-top);
}
.v-dialog > .v-overlay__content {