The CSS style works on the page but does not apply to the reusable element

I’m using this CSS style code to make the group scrollable, and it works on the page but not on the reusable element.

#scrollmenu{ overflow-x: scroll !important; flex-wrap: nowrap !important; } #textmenu{ white-space: nowrap !important; }
1 Like


I want to make these three groups scrollable on mobile, allowing users to drag and drop left and right.

This topic was automatically closed after 70 days. New replies are no longer allowed.