diff options
| author | Mark Otto <[email protected]> | 2013-12-14 16:56:56 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-14 16:56:56 -0800 |
| commit | 46c3d27468accdf98dd49257f17bdc507890a1c6 (patch) | |
| tree | 9067b23767a152c8cb58f2a2d24bf1276e407e5b /examples/offcanvas/offcanvas.css | |
| parent | aad447e29075b52a46931be17a9be4016cc89ef1 (diff) | |
| parent | 4c64c1eecdb52d943a50d2c181aeb915a3caed34 (diff) | |
| download | bootstrap-46c3d27468accdf98dd49257f17bdc507890a1c6.tar.xz bootstrap-46c3d27468accdf98dd49257f17bdc507890a1c6.zip | |
Merge branch 'master' into pr/11435
Conflicts:
dist/css/bootstrap.css
dist/css/bootstrap.min.css
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 { |
