From 56aa2af6e1eb10d1e7873393e46537e20ff4f43b Mon Sep 17 00:00:00 2001 From: maxwellium Date: Fri, 1 Nov 2013 22:51:11 +0100 Subject: [PATCH] otherwise content scrolls on chrome without change, body scrolls on chrome Version 30.0.1599.101 (OSX 10.9) --- examples/offcanvas/offcanvas.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/offcanvas/offcanvas.css b/examples/offcanvas/offcanvas.css index 71ad2ac2c4..ef632dc00b 100644 --- a/examples/offcanvas/offcanvas.css +++ b/examples/offcanvas/offcanvas.css @@ -2,7 +2,8 @@ * Style tweaks * -------------------------------------------------- */ -html { +html, +body { overflow-x: hidden; /* Prevent scroll on narrow devices */ } body {