sticky nav bar already added? or if added any docs help for sticky nav bar?
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/
Most helpful comment
.nav { position: fixed !important; top: 0; left: 0; right: 0; }This should give you a fixed nav