From 16f614f8d7caa999e1b7213b831d419d106d90d9 Mon Sep 17 00:00:00 2001 From: Robert Tyree <20293876+tyreer@users.noreply.github.com> Date: Sat, 15 Aug 2020 14:32:34 +0100 Subject: [PATCH] fix: adapt the collection module styles to accomodate a mobile GlobalHeader --- src/pages/collection.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/collection.module.scss b/src/pages/collection.module.scss index 0484dce044..b1fe1d12a8 100644 --- a/src/pages/collection.module.scss +++ b/src/pages/collection.module.scss @@ -1,6 +1,5 @@ .collection-page { height: auto; - overflow: hidden; position: relative; } @@ -28,7 +27,7 @@ position: absolute; left: 0; content: ""; - height: 10000px; + height: 100vh; background-color: var(--color-neutrals-100); width: 100%; transform: skewY(-2deg) translateY(-70px);