Open maximilianschmidt opened 9 years ago
If you don’t want the header to be sticky at the very top, you can add an offset to it.
scroll.enableStickyHeaders('h1', offset);
for example:
scroll.enableStickyHeaders('h1', 300); for 300px offset from the top.
scroll.enableStickyHeaders('h1', 300);
If you don’t want the header to be sticky at the very top, you can add an offset to it.
scroll.enableStickyHeaders('h1', offset);
for example:
scroll.enableStickyHeaders('h1', 300);
for 300px offset from the top.