Commit 56aa2af6 authored by maxwellium's avatar maxwellium

otherwise content scrolls on chrome

without change, body scrolls on chrome Version 30.0.1599.101 (OSX 10.9)
parent 99ffa282
......@@ -2,7 +2,8 @@
* Style tweaks
* --------------------------------------------------
*/
html {
html,
body {
overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment