diff --git a/src/components/AnimatedBackground.css b/src/components/AnimatedBackground.css index d127dc7..1c4ee86 100644 --- a/src/components/AnimatedBackground.css +++ b/src/components/AnimatedBackground.css @@ -1,12 +1,13 @@ #hero-background { position: absolute; top: 0; - height: 100vh; - z-index: -1; + left: 0; + height: 100%; filter: blur(180px); overflow: hidden; - position: fixed; + width:100%; + z-index: -1; pointer-events: none; opacity: 0; transition: opacity 0.3s ease; -} \ No newline at end of file +}