Hey everyone, I hope you're all doing great. Firstly, I want to express my gratitude for your support in trying to improve my skills. My current project involves developing a simple drag-and-drop feature for an existing list as part of a practice exercise. I'm using the react-beautiful-dnd library for reference, but I've encountered a problem with the default translucent image that appears during dragging. While I have managed to hide this image, I noticed that the Beautiful Drag & Drop library displays the full element without any transparency effects. I would greatly appreciate it if someone could help me figure out how to achieve the same effect.
To better illustrate my point, I will attach two images. The first image depicts the issue I am facing in my code, where the dragged element's transparency changes. In contrast, the second image shows how the element is displayed in the react-beautiful-dnd library without any visibility issues.
Image 1 (My Code): https://i.sstatic.net/XIhz4IYc.png
Image 2 (react-beautiful-dnd): https://i.sstatic.net/LxO40Kdr.png