소스 검색

disabled overflow on body (fixes #2)

Hakim El Hattab 13 년 전
부모
커밋
e6f444a307
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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;