0

Idea is when you scroll down the navbar to have some transition and then to stick it to the top. I've done this with bootstrap & jquery but now we are using bulma and plain js.

Any help is appreciated.Thanks.

marto
  • 420
  • 1
  • 4
  • 15
  • Questions seeking help ("**why isn't, or how to make, this code working?**") must include the desired behavior, a _specific problem or error and the shortest code necessary_ to reproduce it **in the question itself**. Questions without **a clear problem statement** are not useful to other readers. See: [How to create a Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve). – Asons May 25 '17 at 19:34

1 Answers1

1

You need some JavaScript to achieve that, and Bulma is CSS only. Try something like headroom.js

Antonio Brandao
  • 1,353
  • 13
  • 19