diff options
| author | Mark Otto <[email protected]> | 2013-09-04 12:16:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-04 12:16:46 -0700 |
| commit | c0f6d722b02c8dcf167cc5f55fcfbadaf34d58a2 (patch) | |
| tree | fee0ec52f12bb654f60abaa3bb06d8d86a2c6bcf /examples/offcanvas/offcanvas.css | |
| parent | 4498e8f57b461327357327fc1e5418c2dd57f3ca (diff) | |
| download | bootstrap-c0f6d722b02c8dcf167cc5f55fcfbadaf34d58a2.tar.xz bootstrap-c0f6d722b02c8dcf167cc5f55fcfbadaf34d58a2.zip | |
polish off #10227 with an inline comment
Diffstat (limited to 'examples/offcanvas/offcanvas.css')
| -rw-r--r-- | examples/offcanvas/offcanvas.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/offcanvas/offcanvas.css b/examples/offcanvas/offcanvas.css index 47f5fa633..71ad2ac2c 100644 --- a/examples/offcanvas/offcanvas.css +++ b/examples/offcanvas/offcanvas.css @@ -3,7 +3,7 @@ * -------------------------------------------------- */ html { - overflow-x: hidden; + overflow-x: hidden; /* Prevent scroll on narrow devices */ } body { padding-top: 70px; |
