aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/dashboard/dashboard.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-07 01:33:27 -0800
committerMark Otto <[email protected]>2014-02-07 01:33:27 -0800
commit16bbcd7affb98d18bdbbaf7dbf9529dd511d5027 (patch)
treecc5b8451830217a099816282ac4c874b62f6f24d /docs/examples/dashboard/dashboard.css
parent4f9cdefab7dc8b569eb5f630264559f230ff4df4 (diff)
downloadbootstrap-16bbcd7affb98d18bdbbaf7dbf9529dd511d5027.tar.xz
bootstrap-16bbcd7affb98d18bdbbaf7dbf9529dd511d5027.zip
clarify comment
Diffstat (limited to 'docs/examples/dashboard/dashboard.css')
-rw-r--r--docs/examples/dashboard/dashboard.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/dashboard/dashboard.css b/docs/examples/dashboard/dashboard.css
index d6bbc30eb..8f51cfb84 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;