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

View not scrolling when dragged card near edges #3

Open
wousser opened this issue Feb 17, 2022 · 2 comments
Open

View not scrolling when dragged card near edges #3

wousser opened this issue Feb 17, 2022 · 2 comments

Comments

@wousser
Copy link

wousser commented Feb 17, 2022

See video using demo in Chrome.

Dragged card near edges doesn't scroll the view horizontally.
Occurs when browser is not full-width, or when div is not full width.

Scrolling works on column headers.

Screen.Recording.2022-02-18.at.12.25.02.AM.2.mov
@g1lg1l g1lg1l added bug Something isn't working help wanted Extra attention is needed and removed bug Something isn't working help wanted Extra attention is needed labels Feb 18, 2022
@g1lg1l
Copy link
Owner

g1lg1l commented Feb 18, 2022

@wousser Thanks for the feedback.

This probably happens becouse you are dragging over a Container which is where the card is supposed to be dropped.
That's how the smooth-dnd core works.

This is a smooth-dnd core issue, imho!

@shizhihuaxu
Copy link

You could try using the layout of this page, it worked for me, my guess is that you need to add the overflow: auto attribute to the outer container。vue-smooth-dnd

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

3 participants