Hi,

using J5.5.1 with latest T4.
(Same problem on an older J4 version)
On both sites with JA Blockk I find this issue:

Offcanvas menu is not scrollable - not on first level, nor on second level.
So user cannot find all menu items.

On desktop there is no scroll bar visible.
On smartphone the menu does not move - but the background (Website) ist scrolling.

Tried all settings, the offcanvas works well on other sites with other templates.

thanks for your help
Walter

Hi @waldo99,

I added a css rule to the custom.css file to fix your issue:

.t4-offcanvas .t4-off-canvas-body {
overflow-y: scroll;
}

Kind regards,

Write a Reply...
You need to Login to view replies.