From ad1d8a0f40f5af1520aa1bef74cfcb96ec5e7706 Mon Sep 17 00:00:00 2001 From: Harsh Date: Tue, 9 Jun 2020 12:33:56 +0530 Subject: [PATCH] fix: parallax img no longer stretched --- lib/css/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/css/index.css b/lib/css/index.css index 9f6c7a3..ebeaf55 100644 --- a/lib/css/index.css +++ b/lib/css/index.css @@ -24,7 +24,6 @@ html { z-index: -1; position: absolute; width: 100%; - height: 100%; overflow: hidden; } @@ -67,7 +66,6 @@ html { /* Global Parallax */ #global-parallax .parallax-img { width: 100%; - height: 100%; margin: 0; position: absolute; }