I have an off canvas set up for our nav menu. It’s a fairly extensive menu, and on smaller mobile devices, the menu is going to 2 columns (see screenshots). Is there a way to make the off canvas scrollable?
Website: https://onechurch.to
Correct:
Incorrect:
Into the class “brx-offcanvas-inner”, add these CSS property:
overflow-y: scroll;
flex-wrap: nowrap;

Edit: Don’t know how to share my screen record…lol
2 Likes
Amazing, thank you so much!
1 Like
@Sebastien So this actually worked for me, but do you know how the flex-wrap: nowrap affects the scrolling for the offcanvas. I was almost certain overflow-y: auto should’ve worked on it’s own!
1 Like