1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/js
Nick O'Donoghue 36b4f90f25 Fixes affix-top class not applying
Use scrollTop instead of colliderTop which uses the elements
offset().top, as the offset top does not account for padding.

This issue can be replicated by using a navbar-fixed-top and applying
relevant padding to the body. (A navbar-static-top with no padding on
the body does not encounter this issue)

Fixes #15078
Closes #15154 by merging it
2014-11-17 18:17:42 -08:00
..
tests add unit test for affix-top for padding issue 2014-11-17 18:17:40 -08:00
.jscsrc
.jshintrc
affix.js Fixes affix-top class not applying 2014-11-17 18:17:42 -08:00
alert.js
button.js
carousel.js honor wrap option in Carousel.getItemForDirection; fixes #15144 2014-11-15 22:43:20 -08:00
collapse.js
dropdown.js
modal.js
popover.js
scrollspy.js
tab.js
tooltip.js
transition.js