How to get a horizontal scrollbar in smartview?

hi

I'm sure this will be simple to someone smarter than me, but I can't work it out. I've created a webreport using the simple table smartview template.

The table is wider than the container that the table is in, and although it automatically adds a vertical scroll bar, I can't work out how to add a horizontal one.

I've added my own div to wrap the table, set played about with all sorts for display, white-space overflow (x and y) but just can't see to see what's stopping it.

I did manage to get a scroll bar to display along the bottom of the div, but it had no slider so didn't scroll.

I just can't see what I'm missing (wood for the trees and all that!)

thanks any one who can assist

regards

Guy.

OK, so I've got a scrollbar (in developer tools) by removing the display:flex (disabling it) in developer tools on the table.

thing is I now can't see how to just replace these styles, or classes. Where's it coming from if I add my own class without the flex, it pops up again (possibly binf-widgets class which is right at the root I think).

therfore, is it actually possible?