diff options
| author | Mark Otto <[email protected]> | 2013-09-04 12:15:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-04 12:15:45 -0700 |
| commit | 88e1e20b95f573a0ab8ef2a60d00140a7b329d15 (patch) | |
| tree | d01e03526cdaf458248f55aaef7533507513e0b8 /examples/offcanvas/offcanvas.css | |
| parent | 0d80320fa268f7fb860c6e3112ef2a3e43a11b69 (diff) | |
| parent | ee2e2ae0ae9991432b16ffd69eb4f22ccfb2869a (diff) | |
| download | bootstrap-88e1e20b95f573a0ab8ef2a60d00140a7b329d15.tar.xz bootstrap-88e1e20b95f573a0ab8ef2a60d00140a7b329d15.zip | |
Merge pull request #10227 from UTCWebDev/master
Fixes 10212 - Make custom max-width on row conform to Bootstrap convention
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; |
