From: Mark Otto Date: Fri, 7 Feb 2014 09:33:27 +0000 (-0800) Subject: clarify comment X-Git-Tag: v3.1.1~14^2~22^2~3^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16bbcd7affb98d18bdbbaf7dbf9529dd511d5027;p=thirdparty%2Fbootstrap.git clarify comment --- diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css index d6bbc30ebe..8f51cfb841 100644 --- a/docs/examples/dashboard/dashboard.css +++ b/docs/examples/dashboard/dashboard.css @@ -35,7 +35,7 @@ body { z-index: 1000; display: block; overflow-x: hidden; - overflow-y: auto; /* Scrollable contents if page is short */ + overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ padding: 70px 20px 20px; background-color: #f5f5f5; border-right: 1px solid #eee;