textoverlay icon indicating copy to clipboard operation
textoverlay copied to clipboard

Overlay misplaced when scrolling horizontally

Open michalwiglasz opened this issue 11 years ago • 2 comments

The overlay is placed wrong:

scroll

michalwiglasz avatar Feb 20 '14 16:02 michalwiglasz

I had similar issue with vertical scroll and fixed it by applying pointer-events: none; to a .textoverlay selector.

thevasya avatar Jan 19 '15 13:01 thevasya

@thevasya Thanks for tip, but it doesn't seem to work for me (I tested it on <input>, not <textarea>, but this should not make a difference).

michalwiglasz avatar Jan 23 '15 10:01 michalwiglasz