From 662c219e6d97b1b65f7a1ac3d16ddbbfbddc90cc Mon Sep 17 00:00:00 2001 From: beefchimi Date: Mon, 22 Jul 2024 10:54:09 -0400 Subject: [PATCH] :art: [Contact] Switch to fixed position --- src/components/Contact.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;