I am working on a carousel which is working great, the only problem is that when I drag the image, a ghosting replica hovers above the image. This also happens when I drag the image container.
I tried with draggable="false"
and also with user-select: none !important;
but none of them worked.
How can I solve this problem?