]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
polish off #10227 with an inline comment
authorMark Otto <otto@github.com>
Wed, 4 Sep 2013 19:16:46 +0000 (12:16 -0700)
committerMark Otto <otto@github.com>
Wed, 4 Sep 2013 19:16:46 +0000 (12:16 -0700)
examples/offcanvas/offcanvas.css

index 47f5fa633569e9958afdb202c38a9519f7537e65..71ad2ac2c432a3bece6507585dd9ffded5b80e9f 100644 (file)
@@ -3,7 +3,7 @@
  * --------------------------------------------------
  */
 html {
-  overflow-x: hidden;
+  overflow-x: hidden; /* Prevent scroll on narrow devices */
 }
 body {
   padding-top: 70px;