-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Prevent draging outside of the parent element #523
Comments
It is possible in react grid layout with isBounded prop https://strml.github.io/react-grid-layout/examples/16-bounded.html |
Can you submit a PR with that feature for vue-grid-layout? |
@gmsa ready |
Some updates on this one? |
gmsa
pushed a commit
that referenced
this issue
Jul 29, 2022
…) (#532) * add bounded prop * bounded example page * fix * Update config.js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it somehow possible to
prevent grid items to go outside of container div?
The text was updated successfully, but these errors were encountered: