Created by: godric7
Fix for Bootstrap issue #6013 (closed) "scrollSpy - offset calculation" https://github.com/twitter/bootstrap/issues/6013
When using scrollspy on div inside a container.
- If the div is already scrolled, the offset calculated are incorrects, sometimes < 0. Adding the parents scrollTop value solves the issue.
Demo: