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); +}