Scroller causes horizontal scrollbar

Scroller causes horizontal scrollbar

krisstwokrisstwo Posts: 1Questions: 1Answers: 0

Hello,
The same DT without Scroller is fine and manages its width properly, but when enabling Scroller rows take the width they need to not wrap and then horizonal scrolling is inevitable.

This is a fiddle to demonstrate : https://jsfiddle.net/kmxdeju8/

Thanks !

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @krisstwo ,

    It just needs some CSS to enable the wrap - see this modified version of your fiddle here. This was discussed on this SO thread where there's some more discussion.

    Cheers,

    Colin

This discussion has been closed.