1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

clarify comment

This commit is contained in:
Mark Otto 2014-02-07 01:33:27 -08:00
parent 4f9cdefab7
commit 16bbcd7aff

View file

@ -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;