react-truncate icon indicating copy to clipboard operation
react-truncate copied to clipboard

Position: fixed on ellipsis style is breaking my drag and drop

Open alexandresebrao opened this issue 7 years ago • 2 comments

I want to know if is possible to remove the position: fixed on ellipsis span so Chrome can render my preview on drag 'n' drop correctly, it works great on IE 11 thow

alexandresebrao avatar Feb 15 '18 18:02 alexandresebrao

+1 - I'm also experiencing this issue. The position: fixed is incompatible with drag preview functionality on chrome. The entire page drags.

bluce1017 avatar Jul 27 '18 18:07 bluce1017

@alexandresebrao @bluce1017 my suggestion for now is to try to achieve that via your own css declaration instead.

moubi avatar Aug 10 '18 13:08 moubi