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 want to make these three groups scrollable on mobile, allowing users to drag and drop left and right.
system
Closed
3
This topic was automatically closed after 70 days. New replies are no longer allowed.