How to do horizontal scroll for buttons

I want to add two more buttons to this header:
image

Is there any way I could get horizontal scroll for buttons? many apps like Doordash and Instagram have horizontal scrolling.

I know you can set up a repeating group with horizontal scroll but the thing is that the buttons I have are different widths and when clicked run different workflows so I dont think I can use a repeating group.

You can set horizontal scroll on regular groups as well. I would put these buttons in a group and set the horizontal scroll via CSS. @duke.severn has a short and intuitive tutorial on this.

In your case, you would just have to change overflow-y to overflow-x for horizontal scroll.

6 Likes

@syedibrahim1388
Is that possible for a native app as well?