From 20b403ef60ddb8a361c3143d4c12afad12cf3eb8 Mon Sep 17 00:00:00 2001 From: xenophenes Date: Tue, 28 Feb 2017 13:27:44 -0800 Subject: [PATCH] why not --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index bede39b..87cb551 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1093,7 +1093,8 @@ overflow: hidden; width:100%; position:relative; - background: url(../images/banner.jpg) no-repeat center center fixed; + background: url(../images/banner.jpg) no-repeat center center; + background-attachment: scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -- 2.39.5