react-beautiful-dnd icon indicating copy to clipboard operation
react-beautiful-dnd copied to clipboard

Running into issue when using inside a react-rnd container

Open ElixirMike opened this issue 4 years ago • 3 comments

I have the basic drag-n-drop working in my test app...where if I use a

container it renders properly.

However, if I have this contained in a react-rnd container, when I drag an item, it appears way over to the right. Is there anything I can do to resolve this?

image

The rnd container is very basic.

<Rnd style={{backgroundColor:'#eee'}} default={{ x: window.innerWidth-800, y: 0, width: 800, height: 800, }} minheight='800px' disableDragging={true} dragAxis='x' enableResizing={{bottom:false,right:false,left:true,top:false}} >

ElixirMike avatar Jun 05 '20 19:06 ElixirMike