diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-04 14:04:36 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-04 14:04:36 -0400 |
commit | 2d7d5be2162eb1870f170c52c82bd6fa4c23bfa0 (patch) | |
tree | af123302167ee44f395454ee5244a2ceec8b226c | |
parent | 4821c7b814d95218e946f592fee2b657ef662f34 (diff) | |
download | perl-software-in-gnu-guix-2d7d5be2162eb1870f170c52c82bd6fa4c23bfa0.tar perl-software-in-gnu-guix-2d7d5be2162eb1870f170c52c82bd6fa4c23bfa0.tar.gz |
fix overflow glitch on vertical slides in mobile safari
-rw-r--r-- | css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index 7c3a3b6..c967f6e 100644 --- a/css/main.css +++ b/css/main.css @@ -30,13 +30,13 @@ html, body { width: 100%; height: 100%; min-height: 600px; + overflow: hidden; } body { position: relative; padding: 0; margin: 0; - overflow: hidden; font-family: 'Lato', Times, 'Times New Roman', serif; font-size: 36px; |