Why am I getting double scrollbars on my GemPages collection pages?

Hi,

I have been creating Collection pages in GemPages for over a week now with no issues.

However, I uploaded a Collection page today and the page has two scrollbars on the side. I have troubleshooted how to get rid of them and can’t seem to figure it out.

I am working in Supply Theme, and here is the page I’m working on.

https://www.greatgages.com/collections/portable-data-collectors

@GreatGages ,

Please add the below line of CSS code at the end of your theme.scss file.

html body.gempage{
overflow-y:hidden !important;
}