From: Mark Otto Date: Wed, 4 Sep 2013 19:16:46 +0000 (-0700) Subject: polish off #10227 with an inline comment X-Git-Tag: v3.0.1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f6d722b02c8dcf167cc5f55fcfbadaf34d58a2;p=thirdparty%2Fbootstrap.git polish off #10227 with an inline comment --- diff --git a/examples/offcanvas/offcanvas.css b/examples/offcanvas/offcanvas.css index 47f5fa6335..71ad2ac2c4 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;