fix overflow glitch on vertical slides in mobile safari

master
Hakim El Hattab 2012-08-04 14:04:36 -04:00
parent 4821c7b814
commit 2d7d5be216
1 changed files with 1 additions and 1 deletions

View File

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