Commit 3a1e1167 authored by Mark Otto's avatar Mark Otto

restore scrollspy example

parent 97975c5f
...@@ -455,6 +455,14 @@ input.focused { ...@@ -455,6 +455,14 @@ input.focused {
box-shadow: 0 0 8px rgba(82,168,236,.6); box-shadow: 0 0 8px rgba(82,168,236,.6);
} }
/* Scrollspy demo on fixed height div */
.scrollspy-example {
height: 200px;
overflow: auto;
position: relative;
}
/* Responsive variations /* Responsive variations
-------------------------------------------------- */ -------------------------------------------------- */
......
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