From e2c3e6abf513319256fd8f99d687f5d00a87d3c4 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Wed, 3 Aug 2016 19:30:02 +0200 Subject: [PATCH] fixed bg --- docs/assets/scss/bmd/_masthead.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/assets/scss/bmd/_masthead.scss b/docs/assets/scss/bmd/_masthead.scss index ee4865be..2f4733c4 100644 --- a/docs/assets/scss/bmd/_masthead.scss +++ b/docs/assets/scss/bmd/_masthead.scss @@ -2,6 +2,7 @@ background-image: linear-gradient(rgba(0, 0, 255, 0.2), rgba(0, 0, 255, 0.4)), url("../assets/img/bg.jpg"); background-position: center top; background-size: cover; + background-attachment: fixed; .bd-booticon { color: #fff;