aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authormaxwellium <[email protected]>2013-11-01 22:51:11 +0100
committermaxwellium <[email protected]>2013-11-01 22:51:11 +0100
commit56aa2af6e1eb10d1e7873393e46537e20ff4f43b (patch)
tree43b6688f825789f196962b788fd16bce5ef2f83d /examples
parent99ffa2827874560dabfe532963b59f1e95b7a46a (diff)
downloadbootstrap-56aa2af6e1eb10d1e7873393e46537e20ff4f43b.tar.xz
bootstrap-56aa2af6e1eb10d1e7873393e46537e20ff4f43b.zip
otherwise content scrolls on chrome
without change, body scrolls on chrome Version 30.0.1599.101 (OSX 10.9)
Diffstat (limited to 'examples')
-rw-r--r--examples/offcanvas/offcanvas.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/offcanvas/offcanvas.css b/examples/offcanvas/offcanvas.css
index 71ad2ac2c..ef632dc00 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 {