Fix wrong hint label position on xkcd.com.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 3 Aug 2018 21:58:20 +0000 (23:58 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 3 Aug 2018 22:03:16 +0000 (00:03 +0200)
commitc5bf3b7ea15aa0d856c7732fa38cdcdda5e21c56
treecf2fb40e62179bb65a05458b69d7c930c627caf7
parent5e57c590968e886b83605b347aad412818aa4fc2
Fix wrong hint label position on xkcd.com.

On some pages which set the body to fixed position the hint labels where
placed far away from the hinted element. This patch fixes this issue by
setting the position of the label to fixed instead of absolute.
This fixes #506.
src/scripts/hints.css
tests/.gitignore
tests/manual/hints-absolute-positioned-body.html [new file with mode: 0644]