Bootstrap 4 Multiple fixed-top navbars

后端 未结 2 1727
太阳男子
太阳男子 2020-11-30 04:06

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.

2条回答
  •  温柔的废话
    2020-11-30 04:37

    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

提交回复
热议问题