diff options
| author | Mark Otto <[email protected]> | 2013-09-04 12:16:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-04 12:16:14 -0700 |
| commit | 4498e8f57b461327357327fc1e5418c2dd57f3ca (patch) | |
| tree | 87fafc9822a15d299e13972caa4c249287570811 /examples/offcanvas/offcanvas.css | |
| parent | 6ce9b4d0419b1afbea11afe65a47c82966a89a2a (diff) | |
| parent | 88e1e20b95f573a0ab8ef2a60d00140a7b329d15 (diff) | |
| download | bootstrap-4498e8f57b461327357327fc1e5418c2dd57f3ca.tar.xz bootstrap-4498e8f57b461327357327fc1e5418c2dd57f3ca.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'examples/offcanvas/offcanvas.css')
| -rw-r--r-- | examples/offcanvas/offcanvas.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/offcanvas/offcanvas.css b/examples/offcanvas/offcanvas.css index fa3c7fbee..47f5fa633 100644 --- a/examples/offcanvas/offcanvas.css +++ b/examples/offcanvas/offcanvas.css @@ -2,6 +2,9 @@ * Style tweaks * -------------------------------------------------- */ +html { + overflow-x: hidden; +} body { padding-top: 70px; } @@ -13,7 +16,7 @@ footer { * Off Canvas * -------------------------------------------------- */ -@media screen and (max-width: 768px) { +@media screen and (max-width: 767px) { .row-offcanvas { position: relative; -webkit-transition: all 0.25s ease-out; |
