-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
More prominent docs for CSS file #508
Comments
UPDATE I found the solution to my problem with this :
Now the problem is that I can't change the bag of the item. Any solution to that ? |
UPDATE I took the examples page style (and modified it a bit to cope with my needs) :
And now it works as i expected (which is, I think, the most natural way to use a drag and drop). Maybe you could give some doc or set this as default ? I don't close this issue so you can see it and (maybe) answer me. |
I ran into a similar issue and setting .gu-mirror {
position: fixed;
pointer-events: none;
} allowed the item to be dropped correctly. Without |
Also had the same issue, but I realized I missed this line from the README:
Easy to overlook, I think - usually it's more obvious when an entire stylesheet is missing. |
The docs need to be clearer. |
When you try the examples on the examples page, a dragged element is positioned just under the cursor.
I implemented the basic example you can find at the bottom of the examples page (Angular case with an ngFor).
But when I drag an element, it doesn't move at all, unless you put it in a bag. And I would like that the element is positioned just under the cursor when dragged.
Is there a style to give to it, or something to do ? (my first time with this plugin, and I couldn't find any answer on the internet).
Here is my code in case you want to try :
the constructor and the methods are the same you can find in the examples page.
The text was updated successfully, but these errors were encountered: