)}
diff --git a/src/components/SharePopup/SharePopup.tsx b/src/components/SharePopup/SharePopup.tsx
index b1bee57..20e6335 100644
--- a/src/components/SharePopup/SharePopup.tsx
+++ b/src/components/SharePopup/SharePopup.tsx
@@ -164,7 +164,7 @@ const SharePopup = memo(() => {
return (
diff --git a/src/components/VerifyEmailPage/VerifyEmailPage.tsx b/src/components/VerifyEmailPage/VerifyEmailPage.tsx
index fdf258a..5913079 100644
--- a/src/components/VerifyEmailPage/VerifyEmailPage.tsx
+++ b/src/components/VerifyEmailPage/VerifyEmailPage.tsx
@@ -27,7 +27,7 @@ const VerifyEmailPage = () => {
}, []);
return (
-
+
Verifying email...
diff --git a/src/styles/base/_base.scss b/src/styles/base/_base.scss
index b6de51f..6727ff7 100644
--- a/src/styles/base/_base.scss
+++ b/src/styles/base/_base.scss
@@ -13,7 +13,7 @@ textarea {
}
body {
- height: 100vh;
+ height: 100dvh;
width: 100vw;
overflow: hidden;
}
diff --git a/src/styles/components/_Spinner.scss b/src/styles/components/_Spinner.scss
index 77a20f3..bcbf5c9 100644
--- a/src/styles/components/_Spinner.scss
+++ b/src/styles/components/_Spinner.scss
@@ -38,7 +38,7 @@
.homepage__spinner__wrapper {
position: fixed;
- height: 100vh;
+ height: 100dvh;
width: 100vw;
display: flex;
justify-content: center;