251 B
251 B
The solution is actually pretty simple:
- Use
position:absolute
in CSS instead ofposition:fixed
for.note
. - Usee the function getCoords() from the chapter info:coordinates to get document-relative coordinates.