This commit is contained in:
jxxghp
2023-08-19 20:15:30 +08:00
parent b3f7ad26b0
commit 73b5e4948e
3 changed files with 5 additions and 4 deletions

View File

@@ -18,10 +18,12 @@
.v-toast--bottom {
margin-bottom: env(safe-area-inset-bottom);
z-index: 2500;
}
.v-toast--top {
margin-top: env(safe-area-inset-top);
z-index: 2500;
}
.v-dialog > .v-overlay__content {