diff options
| author | Mark Otto <[email protected]> | 2013-11-30 00:43:27 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 00:43:27 -0800 |
| commit | 819e920d1646f7e9fec8d3dd6ba10dcbd2fa1599 (patch) | |
| tree | 54a0f02728d68aaef563cad4891099c98150721d /examples | |
| parent | a7a9dcaeb2231b2580cf79fcee7d777b98ac24d8 (diff) | |
| parent | 95487f75d1e8cf5da8af098bf13f1c3f5b13be36 (diff) | |
| download | bootstrap-819e920d1646f7e9fec8d3dd6ba10dcbd2fa1599.tar.xz bootstrap-819e920d1646f7e9fec8d3dd6ba10dcbd2fa1599.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'examples')
| -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 { |
