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

Dragging makes my list disappear #171

Open
thierryskoda opened this issue Dec 16, 2016 · 3 comments
Open

Dragging makes my list disappear #171

thierryskoda opened this issue Dec 16, 2016 · 3 comments

Comments

@thierryskoda
Copy link

Hi,

I'm having an issue where when I start dragging my list, it works 2-3 seconds than it disappears. I inspected the code and saw that it's because the slick library is applying a transform: translate3d(-14375px, 0px, 0px); How did I arrive to -14375px.

Any help would be very appreciated! Thank you!

@antonyjseven
Copy link

Have the same issue. Mayby any workarounds?

@elwiderman
Copy link

+1

@thierryskoda
Copy link
Author

Hey guys! To solve this issues, I had to play with the css of the parent containers of my angular-slick component. For my situation. I had custom width slick item (ex: 80px width each) and because of that, I had to set all parents to width: auto;. I had width :100% at first and this is why I had the problem.

Hope this help

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