According to Bootstrap 3 docs I have added following attributes to a navbar:
With bootstrap 4 there is special class for that. Try removing the data-spy="affix" data-offset-top="90" attributes, and just add 'sticky-top'.
data-spy="affix" data-offset-top="90"
documentation