mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-18 03:10:58 +00:00
restore scrollspy example
This commit is contained in:
parent
97975c5fcf
commit
3a1e1167d6
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
-------------------------------------------------- */
|
||||
|
|
|
|||
Loading…
Reference in a new issue