From cb0818f774511fdcdec71052e5eb74b05ba0eebd Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 3 Jul 2023 17:28:49 +0800 Subject: [PATCH] fix --- src/styles/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/styles.scss b/src/styles/styles.scss index 9065a612..ebfc0c6e 100644 --- a/src/styles/styles.scss +++ b/src/styles/styles.scss @@ -15,3 +15,7 @@ -ms-transform: rotate(0deg) translate(0px, -1px); transform: rotate(0deg) translate(0px, -1px); } + +.v-toast--bottom { + margin-bottom: env(safe-area-inset-top); +}