From 61e7c7c035d6fa7b961b6bf5967daa8a86e31cf0 Mon Sep 17 00:00:00 2001 From: Oleh Zasadnyy Date: Sat, 1 Nov 2014 10:27:05 +0200 Subject: [PATCH] Temporary bug fix on parallax sections --- _sass/partials/_helper.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/partials/_helper.scss b/_sass/partials/_helper.scss index 3186963..70b6b44 100644 --- a/_sass/partials/_helper.scss +++ b/_sass/partials/_helper.scss @@ -24,7 +24,7 @@ background-position: center center !important; background-size: cover !important; &.parallax { - background-attachment: fixed; + /* background-attachment: fixed; */ box-shadow: inset 0 0 12px 3px rgba(0, 0, 0, .75); } &.standart-height {