disabled overflow on body (fixes #2)
authorHakim El Hattab <hakim.elhattab@gmail.com>
Mon, 5 Dec 2011 09:00:52 +0000 (01:00 -0800)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Mon, 5 Dec 2011 09:00:52 +0000 (01:00 -0800)
css/main.css

index 83d53ba37868863e527e1e5ec8a98620991650b4..40806d3ef40bc61f0a20e43e50590c03870830be 100644 (file)
@@ -25,8 +25,7 @@ html, body {
        position: relative;
        padding: 0;
        margin: 0;
-       overflow-x: hidden;
-       overflow-y: auto;
+       overflow: hidden;
        
        font-family: 'Lato', Times, 'Times New Roman', serif;
        font-size: 36px;