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

Cell Overlay in Archive Feature #294

Open
aleclevy opened this issue Jul 16, 2024 · 0 comments
Open

Cell Overlay in Archive Feature #294

aleclevy opened this issue Jul 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@aleclevy
Copy link
Contributor

When using the archive feature, our drag and drop (DND) should allow us to drag a cell anywhere on the screen. This would provide a nice animation for dragging over to the archive or unarchive column. However, the cells are stuck on the z-axis to their original column and go under the divs in between the columns but will show up inside the other column (Hard to explain but if you look at the feature, you can see it in action pretty clearly as you try to drag to another list. Look up functionality of DND within several columns to get a good understanding of what it is supposed to look like.)

To fix this, we should implement DragOverlay (See DND-Kit docs for explanation). After testing, the issue comes down to the usage of overflow-y in CSS for the box around the columns themselves.

Screen.Recording.2024-07-16.at.2.37.18.PM.mov
@aleclevy aleclevy added the bug Something isn't working label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant