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%;