Is it possible to have multiple fixed-top navbars in Bootstrap 4 showing under each other?
The 1 currently overlays the other which is not what I want.
Both navs can use sticky-top (instead of fixed-top) so you don't have to set the padding on the body.
The second navbar should use top
so that the padding will only show when it nears the top.
padding-top
will create padding before it hits the top navbar when the padding is necessary.
See here:
https://www.codeply.com/p/sIIXzlAW3V