vital icon indicating copy to clipboard operation
vital copied to clipboard

[Question] Is it Possible to make a Sticky Navbar?

Open whitef0x0 opened this issue 9 years ago • 2 comments

Is there anyway I can use Vital to create a sticky nav bar that has is position: fixed while the rest of the content scrolls below it?

I've tried getting this to work but not using a relative positive for nav seems to disrupt the relative order of the nav bar and the content below it.

whitef0x0 avatar Jan 05 '17 23:01 whitef0x0

It's possible but requires some custom code. Your fixed position should be applied to the .header class, not the nav element.

LMK if you are still encountering issues.

bodytaing avatar Feb 06 '17 22:02 bodytaing

I am considering adding a sticky nav class in Vital.

bodytaing avatar Feb 07 '17 18:02 bodytaing