diff --git a/src/components/Notification.astro b/src/components/Notification.astro index 0cc5487..72db265 100644 --- a/src/components/Notification.astro +++ b/src/components/Notification.astro @@ -23,7 +23,7 @@ @keyframes disappear { 0% { - bottom: -10vh; + bottom: -100vh; } 10% { @@ -35,7 +35,7 @@ } 100% { - bottom: -10vh; + bottom: -100vh; } }