Would it be possible to add a simple offset field to bar with sticky enabled? Could literally just be a numeric field.
Can’t tell you how many times I’ve hunted down this (or similar) solutions from the forums. Anchor offsets for sticky headers seems like a common need with a pretty simple solution that would make everybody’s day a little better.
This does the trick. But why not just make it native?
window.csGlobal.csHooks.filter('hash_scrolling_offset', (offset) => {
return offset - 100;
} );