biigle / annotations

:m: BIIGLE module to create, edit and explore image annotations
0 stars 1 forks source link

Use pointer-events: none for annotation tooltip #100

Closed mzur closed 6 years ago

mzur commented 6 years ago

If the cursor happens to move over the annotation tooltip, the tooltip freezes in place and does not disappear until the cursor leaves. Use CSS pointer-events: none for the tooltip so it is not affected by the cursor.