fix scrolling again

diff --git a/css/style.css b/css/style.css
index 74292f9..1010d8c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -9,11 +9,10 @@
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
-  background-size: cover;
   /* Preserve aspet ratio */
-  min-width: 100%;
+  min-width: 100%; 
   min-height: 100%;
-  background-attachment: fixed;
+  background-size: cover;
   }
 
 #bg {