projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4821c7b
)
fix overflow glitch on vertical slides in mobile safari
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sat, 4 Aug 2012 18:04:36 +0000
(14:04 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sat, 4 Aug 2012 18:04:36 +0000
(14:04 -0400)
css/main.css
patch
|
blob
|
history
diff --git
a/css/main.css
b/css/main.css
index 7c3a3b656926732dce294a57dc8ed3f6a7ba098f..c967f6ef415905cd49060924b53b185ac9152733 100644
(file)
--- 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;