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; }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; }This topic was automatically closed after 70 days. New replies are no longer allowed.