Skip to content

Fix the position of floating footnotes

Snowdrift.coop Import requested to merge footnote-position-fix into master

If you hover over a footnote anchor that's close to the bottom of the window, the floating footnote is incorrectly positioned: incorrectly positioned

After applying this change: correctly positioned

Alternatively, gitit's footnotes.js could be changed to apply the position: absolute style before trying to calculate the width and height of #footnotediv.

Merge request reports