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