From: maxwellium Date: Fri, 1 Nov 2013 21:51:11 +0000 (+0100) Subject: otherwise content scrolls on chrome X-Git-Tag: v3.0.3~16^2~7^2^2~2^2^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56aa2af6e1eb10d1e7873393e46537e20ff4f43b;p=thirdparty%2Fbootstrap.git otherwise content scrolls on chrome without change, body scrolls on chrome Version 30.0.1599.101 (OSX 10.9) --- 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 {