Ok I found out why it does not work. For this you need something like this:
<div class="wrapper" data-scroll="x" style="width: 100px; overflow-x:scroll;">
<div class="element2Bscrolled" style="width: 800px;">some loooong text</div>
</div>
Working example: here .
In my original post, I just messed up the elements.
source
share