react-truncate
react-truncate copied to clipboard
Position: fixed on ellipsis style is breaking my drag and drop
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
+1 - I'm also experiencing this issue. The position: fixed is incompatible with drag preview functionality on chrome. The entire page drags.
@alexandresebrao @bluce1017 my suggestion for now is to try to achieve that via your own css declaration instead.