]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
restore scrollspy example
authorMark Otto <otto@github.com>
Thu, 17 Jan 2013 23:40:43 +0000 (15:40 -0800)
committerMark Otto <otto@github.com>
Thu, 17 Jan 2013 23:40:43 +0000 (15:40 -0800)
docs/assets/css/docs.css

index b1369c96d83945fa91c75956ef8eea755c783ac1..8e6ad9b6d3eb2840abd7f924dab2d909b1f7cb59 100644 (file)
@@ -455,6 +455,14 @@ input.focused {
        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
 -------------------------------------------------- */