fix overflow glitch on vertical slides in mobile safari
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 4 Aug 2012 18:04:36 +0000 (14:04 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 4 Aug 2012 18:04:36 +0000 (14:04 -0400)
css/main.css

index 7c3a3b656926732dce294a57dc8ed3f6a7ba098f..c967f6ef415905cd49060924b53b185ac9152733 100644 (file)
@@ -30,13 +30,13 @@ html, body {
        width: 100%;
        height: 100%;
        min-height: 600px;
+       overflow: hidden;
 }
 
 body {
        position: relative;
        padding: 0;
        margin: 0;
-       overflow: hidden;
        
        font-family: 'Lato', Times, 'Times New Roman', serif;
        font-size: 36px;