Browse Source

fix overflow glitch on vertical slides in mobile safari

embed
Hakim El Hattab 12 years ago
parent
commit
2d7d5be216
  1. 2
      css/main.css

2
css/main.css

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

Loading…
Cancel
Save