Scrollify icon indicating copy to clipboard operation
Scrollify copied to clipboard

Custom sticky header

Open undefinedzain opened this issue 7 years ago • 1 comments

Hello , i want create a page that using sticky header here. Screenshot from 2019-04-09 16-22-52

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.

Screenshot from 2019-04-09 16-23-03

undefinedzain avatar Apr 09 '19 09:04 undefinedzain

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.

ZFYL avatar May 20 '19 18:05 ZFYL