Commit e3047981 authored by Mark Otto's avatar Mark Otto

scrollspy example twerks

parent 3a1e1167
...@@ -457,9 +457,10 @@ input.focused { ...@@ -457,9 +457,10 @@ input.focused {
/* Scrollspy demo on fixed height div */ /* Scrollspy demo on fixed height div */
.scrollspy-example { .scrollspy-example {
position: relative;
height: 200px; height: 200px;
margin-top: 10px;
overflow: auto; overflow: auto;
position: relative;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment