The grid - scroll bar appear

Hello,
I’m using the grid with a full width home page and a scrollbar appear on the right. When browser is short height, there is 2 scrollbars :/.
There no reason for that scrollbar to be here, i would like to remove it but i dunno how.

Hi Lyser,

Thanks for writing in! I have added the following CSS rule to your page’s custom CSS to resolve this issue.

body {
    overflow-x: visible;
}

Hope that helps.

Aaahh perfect =)
Thx you !!

Glad we were able to help :slight_smile:

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