From 67a3323c3849eef3c8d0b31867df23f7f43b61d6 Mon Sep 17 00:00:00 2001 From: Caleb Sacks <16855387+clabe45@users.noreply.github.com> Date: Sun, 18 Sep 2022 11:34:07 -0400 Subject: [PATCH] Make background video's layout fixed Closes #21 --- src/components/Showcase.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Showcase.astro b/src/components/Showcase.astro index 5479395..d2a3c7a 100644 --- a/src/components/Showcase.astro +++ b/src/components/Showcase.astro @@ -14,7 +14,7 @@ import spaceVideo from "../vids/space.mp4"; height: 100vh; } .showcase video { - position: absolute; + position: fixed; top: 0; left: 0; width: 100%;