- Issue created by @SirClickALot
- 🇬🇧United Kingdom scott_euser
Not a css expert but I think you can try something like scroll margin top maybe.
The module is working very nicely as designed but seems to present a problem when used on any site that 'offsets' the visible main area with a sticky header.
To illustrate what I mean, here is a screenshot from one of my sites where we have a sticky header for the main menu, search etc.
The inclusion of this sticky header means of course that the main viewing area of the page is, in absolute terms, push down by the height of the header - in this case 70px so that when I l click a Footnote number (1) …
...I get there (2) but it is visually lost because I think the module is linking down the page 'absolutely' rather than taking into account (i.e. subtracting) the required 70px…
How should this be dealt with, should the module somehow take into account the visible 'top' of the container and subtracted any offset that is require if the 'top' is not 0
in value?
Active
4.0
Footnotes
Not a css expert but I think you can try something like scroll margin top maybe.