Hello , i want create a page that using sticky header here.
but when i scrolled down. the second section (red background section) is shown too.
it's height looks like same as the sticky header. how can i make the next section is not displaying or all next section is getting proper height.
Perharps you could try the offset parameter:
offset : -50,
Change 50 to the height of your sticky bar. If positive value is set, it will offset the scroll from above to bottom.
Hello , i want create a page that using sticky header here.
but when i scrolled down. the second section (red background section) is shown too. it's height looks like same as the sticky header. how can i make the next section is not displaying or all next section is getting proper height.