]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
otherwise content scrolls on chrome 11330/head
authormaxwellium <max@lawyer.com>
Fri, 1 Nov 2013 21:51:11 +0000 (22:51 +0100)
committermaxwellium <max@lawyer.com>
Fri, 1 Nov 2013 21:51:11 +0000 (22:51 +0100)
without change, body scrolls on chrome Version 30.0.1599.101 (OSX 10.9)

examples/offcanvas/offcanvas.css

index 71ad2ac2c432a3bece6507585dd9ffded5b80e9f..ef632dc00b9c5321fa07cf1e7ad380a41a7b0d79 100644 (file)
@@ -2,7 +2,8 @@
  * Style tweaks
  * --------------------------------------------------
  */
-html {
+html,
+body {
   overflow-x: hidden; /* Prevent scroll on narrow devices */
 }
 body {