Hacker News new | ask | show | jobs
by nbashaw 5391 days ago
See my comment above - the image is using fixed-positioning and has a default z-index above that of the links. They can fix it by setting the image's z-index to -1.

Edit: looks like they fixed it.