How to make table with horizontal scrolling with tailwindcss 2.1? #4105
Unanswered
sergeynilov
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to make table with horizontal scrolling for its content and
I try to use whitespace-nowrap class for table cells which have long content and
overflow-x-auto for all the table, like:
But looks like horizontal scrolling is for all area, not for my table
Pls, take look at pen: https://codepen.io/sergeynilov/pen/eYgjVgM
I use tailwindcss 2.1.0.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions