akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.76k stars 2.11k forks source link

Does not work when placed inside a table cell #1476

Open aorsten opened 5 years ago

aorsten commented 5 years ago

https://codesandbox.io/s/q7rw48lnxq

I am trying to place a react-slick Slider inside a table cell, but it completely sets off the design. It does not matter if it's an actual <td> element, or if it is a div with 'display: table-cell'.

In the sandbox I only changed the container to a 'display: table-cell' div, which recreates the issue. (I only tested in Chrome)

Can this be fixed? I need to make it function within a <td> element.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.