I'm trying to get some basic responsiveness working with accordion + containers. I'm finding these components tend to lock to page width - and if you use a device with a smaller viewport overflow is hidden (rather than scrolling horizontally or scaling).
Is there a way to enable this even if the whole app just scales into viewport or scrolls horizontally?
I've tried with some css, but i'm having a ton of issues.
I don't want to do this in mobile app as 70% of our use case is desktop, we just want a semi-usable approach on mobile as well (even if this is via scrolling).