From: rabuzarus <> Date: Wed, 11 May 2016 17:20:57 +0000 (+0200) Subject: background: set background-attachment to fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=27db33858786531131c1f6f550a9989c2080ac67;p=friendica.git background: set background-attachment to fixed --- diff --git a/css/style.css b/css/style.css index 942b89b550..834e7505cb 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;