From 27db33858786531131c1f6f550a9989c2080ac67 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Wed, 11 May 2016 19:20:57 +0200 Subject: [PATCH] background: set background-attachment to fixed --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 942b89b55..834e7505c 100644 --- a/css/style.css +++ b/css/style.css @@ -27,6 +27,7 @@ body { background-color: $bgcolor; background-image: url("$background_image"); background-size: $background_size_img; + background-attachment: fixed; color: #777; /*color: #555;*/ font-family: 'Open Sans',sans-serif;