ContextInstitute / bfcom

http://bfn.context.org
GNU General Public License v3.0
4 stars 1 forks source link

tooltip flip/flop on homepage #9

Closed iangilman closed 5 years ago

iangilman commented 7 years ago

On the homepage if you hover over one of the links in the Recent Replies area, it puts up a tooltip. If your cursor is low enough, it touches the tooltip, which indicates to the browser that you're no longer over the link, so the tooltip goes away, so now you're over the link again in the tooltip comes back, etc.

image

The fix should be as simple as adding pointer-events: none to the CSS for the tooltip.

rgilman commented 5 years ago

Applies to the old theme so I'm closing this.