Double scroll bar when you reach the bottom of the page

Hi I have a funny issue with the scroll bar when you reach the bottom of the page another scrool bar appears please check it out and let me know what you think?.. it seems to be happening on all pages and posts.

https://organicmotion.com.au/ogm

Hello @Chedy,

Thanks for writing in! :slight_smile:

Upon page load, I can see that an overflow-x: hidden; is added by icon.css on the site which results to an extra scrollbar showing.

To be able to fix this, kindly add this code in X > Launch > Options > CSS:

html {
    overflow-x: visible !important;
}

Hope it helps.

Awesome all fixed!! Thanks again for the incredible support!!

Glad to hear and thanks for your kind words! :slight_smile:

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