0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-02 02:29:24 +01:00

scrollspy example twerks

This commit is contained in:
Mark Otto 2013-01-17 15:42:52 -08:00
parent 3a1e1167d6
commit e304798194

View File

@ -457,9 +457,10 @@ input.focused {
/* Scrollspy demo on fixed height div */ /* Scrollspy demo on fixed height div */
.scrollspy-example { .scrollspy-example {
height: 200px;
overflow: auto;
position: relative; position: relative;
height: 200px;
margin-top: 10px;
overflow: auto;
} }