I have a reusable component with a fixed width and I want to have horizontal scrolling for that component on smaller mobile screens.
I achieved this by using custom CSS within a HTML element but was wondering if there is a native way to do this? I know there is a horizontal scrolling option for Repeating Groups but is there something similar for normal Groups?