Is it possible to make a scroll location compensate for a menu bar across the top of the page?

I’m using a layout block as a scroll location (for footnotes). But I have a menu bar across the top of the page that stays put when I scroll. So the page scrolls underneath the menu bar.

Unfortunately, when I jump to the scroll location it puts that location at the top of the page, underneath the menu bar, and the first footnote is hidden underneath the menu bar.

Is it possible to make a scroll location treat the bottom of the menu bar as if it were the top of the page?

No that isn’t possible at this stage @Gary

You’ll need to compensate for it by measuring the hight of your fixed navigation bar and take that away from the Position number of your Scroll Location. So say your navigation bar is 90px and your Scroll Location is 1000px. Then your would 1000-90 = 910px.

I didn’t know I could do that! Thanks!