In bootstrap 3 fixSpy() routines show that scrollspy offset is set as follows:
var
data = $body.data('bs.scrollspy');
data.options.offset = offset;
In bootstrap 4 the statement above gives:...
Type: Posts; User: mcleangm
In bootstrap 3 fixSpy() routines show that scrollspy offset is set as follows:
var
data = $body.data('bs.scrollspy');
data.options.offset = offset;
In bootstrap 4 the statement above gives:...
Not sure how to fix the line-height when and a list-group needs to scroll...
Here is a codepen...
http://codepen.io/anon/pen/PpRKyJ
Thanks for help in advance...
Below is a dropbox link to a zip file that contains a bs4-scrolling-nav folder which contains versions scrolling-nav.
https://www.dropbox.com/s/9kkztmk3vf9a67k/bs4-scrolling-nav.zip?dl=0
I am...
See navbar with logo... like to look like btn-hamburger with logo
Any way with bs4 alpha5 to get navbar-toggler (no nav background...) also vertically centered?
252
Solved issue. Unable to...