Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DragOverlay works but is invisible #1397

Closed
ronny-lark opened this issue May 8, 2024 · 1 comment
Closed

DragOverlay works but is invisible #1397

ronny-lark opened this issue May 8, 2024 · 1 comment

Comments

@ronny-lark
Copy link

This is a POC I'm working on: https://codesandbox.io/p/devbox/j4d5xk?file=%2Fsrc%2FApp.tsx%3A173%2C23
I want to drag items from either list to the other. I've hit a wall where items would become hidden when dragging if their scrollable containers had overflow set to auto or hidden.
So I used DragOverlay. When dragging, I can see it the drag works, and the droppables are hovered correctly, but the actualy overlay doesn't show. It seems like I'm not dragging anything.
What am I doing wrong?

@ronny-lark ronny-lark closed this as not planned Won't fix, can't repro, duplicate, stale May 8, 2024
@ronny-lark
Copy link
Author

I passed props to the wrong thing, my mistake. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant