We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://codesandbox.io/s/drag-n-drop-using-react-nestable-forked-ndmeo7?file=/src/styles.css
it's 2.0.0 version I'm using but still it has issue.
when you scroll down of nested lists, when dragging an item, it is positioned as higher as much I scrolled up.
could you please help me?
The text was updated successfully, but these errors were encountered:
I was able to get the draggable item to follow the mouse even after scroll with the follow line in my css file
.nestable-drag-layer > .nestable-list { position: sticky !important; }
Not sure if I'm missing something that requires the nestable-list class to have position: absolute here other than that sticky is not supported in some browsers: https://www.w3schools.com/cssref/pr_class_position.php
nestable-list
position: absolute
Sorry, something went wrong.
No branches or pull requests
https://codesandbox.io/s/drag-n-drop-using-react-nestable-forked-ndmeo7?file=/src/styles.css
it's 2.0.0 version I'm using but still it has issue.
when you scroll down of nested lists, when dragging an item, it is positioned as higher as much I scrolled up.
could you please help me?
The text was updated successfully, but these errors were encountered: