From d994bb91ef1b3acadbb050355e2b2ce658fbdf3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=B6tzinger?= Date: Sun, 2 Apr 2017 21:48:10 +0200 Subject: [PATCH] item content not with fixed height and positioned absolute. Closes #1 --- styles/components/item-page.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/components/item-page.css b/styles/components/item-page.css index 9d56ca3..87a335e 100644 --- a/styles/components/item-page.css +++ b/styles/components/item-page.css @@ -2,7 +2,7 @@ display: flex; min-height: 100vh; width: 100vw; - position: fixed; + position: absolute; top: 0; left: 0; @@ -10,7 +10,7 @@ &__content { box-sizing: border-box; padding-top: 130px; - height: 100vh; + min-height: 100vh; position: relative; }