Bulma: sticky navigation bar?

Created on 1 Oct 2016  路  7Comments  路  Source: jgthms/bulma

sticky nav bar already added? or if added any docs help for sticky nav bar?

Most helpful comment

.nav { position: fixed !important; top: 0; left: 0; right: 0; }

This should give you a fixed nav

All 7 comments

This is currently a work in progress #367

.nav { position: fixed !important; top: 0; left: 0; right: 0; }

This should give you a fixed nav

Will this work with .navbar too?

I don't see why it would not.

_Sent from my Htc HTC 10 using FastHub_

@VizuaaLOG yes, it works!

.navbar { position: fixed !important; top: 0; left: 0; right: 0; z-index: 1} and margin to content.

Is there any option to achieve affix like in ant.design?
https://ant.design/components/affix/

Was this page helpful?
0 / 5 - 0 ratings