mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
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 |
||
|---|---|---|
| .. | ||
| tests | ||
| .jscsrc | ||
| .jshintrc | ||
| affix.js | ||
| alert.js | ||
| button.js | ||
| carousel.js | ||
| collapse.js | ||
| dropdown.js | ||
| modal.js | ||
| popover.js | ||
| scrollspy.js | ||
| tab.js | ||
| tooltip.js | ||
| transition.js | ||