Browse Source

disabled overflow on body (fixes #2)

Hakim El Hattab 13 years ago
parent
commit
e6f444a307
1 changed files with 1 additions and 2 deletions
  1. 1 2
      css/main.css

+ 1 - 2
css/main.css

@@ -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;