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.
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.
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.