I have a affix part on page, it keep some distance from the window's top,
What I want is, when the page scroll, it will scroll too, but when it touch the window's top, it will fixed in that position
I have use data-spy="affix"
, but it does't succss, here is the demo
How can I achieve that?