jwarby / jquery-awesome-cursor

jQuery plugin for using FontAwesome icons as custom CSS cursors
https://jwarby.github.io/jquery-awesome-cursor/
MIT License
179 stars 69 forks source link

Pointer is displayed under the element #26

Open nittonfemton opened 3 years ago

nittonfemton commented 3 years ago

Thank you for a very nice plugin!

I tested Awesome Cursor on a element which is shown when hovering over a table row. The element that is shown is this:

<i class="fas fa-paste copyclip"></i>

When hovering over this element the mouse cursor will be displayed under the <i> element.

I've recorded the issue, please see here: https://gifyu.com/image/aNuc

I tried setting z-index to -1 on the class "copyclick". I also tried to activate the hover functionality both before and after showing the <i> element.