You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: