]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Design.php
conversation action is readonly
[quix0rs-gnu-social.git] / classes / Design.php
index da4b670be06c41440711f1df486e7521be0f44fd..0927fcda70e729ef70e6fa8c8132d38882a8dba2 100644 (file)
@@ -85,7 +85,7 @@ class Design extends Memcached_DataObject
 
             $css .= 'body { background-image:url(' .
                 Design::url($this->backgroundimage) .
-                '); ' . $repeat . ' }' . "\n";
+                '); ' . $repeat . ' background-attachment:fixed; }' . "\n";
         }
 
         $out->element('style', array('type' => 'text/css'), $css);