NO BUG: Menu will not scroll on mobile

Browser: Chrome 121
OS: Windows
URL: https://thesidehustlenerd.com
Video: Jam

Hi,

For some reason my menu will not scroll on mobile. I have included a video showing on developer tools but it also doesn’t work on the mobiles I have tried.

I am using a query loop with Infinite scroll.

Desktop breakpoint - off-canvas width 40vw
Tablet portrait breakpoint - off-canvas width 50vw
Mobile landscape breakpoint - off-canvas width 100vw
Mobile portrait breakpoint - off-canvas width 100vw

Hi Ryan,
Thanks so much for your report!

It looks like the default flex-wrap: wrap is causing the issue. Setting flex-wrap: nowrap on the offcanvas content block should solve the issue.

I have added the issue to the bug tracker.

1 Like

WOW it works, the bricks team continues to amaze me. Thank you so much :slight_smile:

Hi Ryan,
A short update on this: Unfortunately, it is impossible to find a general solution to this problem, as it always depends on the situation and the user setup, whether wrap or no wrap needs to be set.

Accordingly, we have archived the task.