I'm doing an attempt of getting the affix.js to work with bootstrap 4. Here is the official js:
https://github.com/twbs/bootstrap/blob/master/js/affix.js
This works for example:
#foo.affix {
top: 20px;
color: red;
position: fixed;
}
But there is a strange jump to the left. Does affix needs a bunch of css as well? Cause I can't find anything relating to affix in the repository.