Off Canvas - Scrolling

Hi,

I have created my mobile menu and I have made the off canvas 100%. In order to display the logo and the toggle button, I created the following margin (see screenshot 1).

.x-off-canvas-content {
   margin-top: 4.25em;
}

The problem is, when I try scrolling up or down the menu, the off canvas area is not scrolled, the actual website above the off canvas is… see screenshot 2.

Hi @ocduk,

Thanks for writing in.

Little confuse of what you want to achieve. Would you mind clearing the changes that you want to achieve.

I am not sure if this is what you ment, however you could give it a try then adjust it according to your desire. You could try adding this custom CSS:

.x-off-canvas-content {
    position: relative;
}

Let us know how it goes.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.