Reverted bg scrolling fix. was not right
authorOve Klykken <klykken@gmail.com>
Thu, 19 Jun 2014 19:28:30 +0000 (15:28 -0400)
committerOve Klykken <klykken@gmail.com>
Thu, 19 Jun 2014 19:28:30 +0000 (15:28 -0400)
styles.css

index f800eea..b4c63a3 100644 (file)
@@ -1,14 +1,18 @@
-html {
-    background-size: cover;
-height: 100%;
-overflow: hidden;
-    background: url(assets/bg2.jpg) center top fixed;
-}
+.glmMap {
+    position: relative;
+    padding-bottom: 75%; // This is the aspect ratio
+    height: 0;
+    overflow: hidden;
+    }
+.glmMap iframe {
+    position: absolute;
+    top: 0;
+    left: 0;
+    width: 100% !important;
+    height: 100% !important;
+    }
 body {
-height:100%;
-overflow: auto;
--webkit-overflow-scrolling: touch;
-background: transparent;
+    background: url(assets/bg2.jpg) center top fixed;
     }
 .hide-text {
     text-indent: 9999px;