diff --git a/src/components/Contact.astro b/src/components/Contact.astro index 0dad47e..0572ffe 100644 --- a/src/components/Contact.astro +++ b/src/components/Contact.astro @@ -53,7 +53,7 @@ import {SecretEmail} from '@scripts/SecretEmail'; .Contact { z-index: var(--index-thermosphere); - position: absolute; + position: fixed; bottom: var(--space-tight); left: var(--space-tight); display: grid;