fuxingloh/vue-horizontal-list

Scroll inside of each section

Closed this issue · 2 comments

Hello,

Great project! I would like to know if right now there's a way to put a lot of text inside of it, and remove the CSS attributes overflow: hidden; , text-overflow: ellipsis; , word-break: break-word; and maybe adding a height to it.

Basic example (see the first one only, I changed the HTML in the demo):

image

Thank you.

The CSS attributes is added by you based on your design requirement, you can add any attribute to it based on your requirement and the component will adapt to it.

For Example:

image

Got it, thank you again