diff options
| author | maxwellium <[email protected]> | 2013-11-01 22:51:11 +0100 |
|---|---|---|
| committer | maxwellium <[email protected]> | 2013-11-01 22:51:11 +0100 |
| commit | 56aa2af6e1eb10d1e7873393e46537e20ff4f43b (patch) | |
| tree | 43b6688f825789f196962b788fd16bce5ef2f83d /examples/offcanvas/offcanvas.css | |
| parent | 99ffa2827874560dabfe532963b59f1e95b7a46a (diff) | |
| download | bootstrap-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/offcanvas/offcanvas.css')
| -rw-r--r-- | examples/offcanvas/offcanvas.css | 3 |
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 { |
