How can I remove double scroll bars from my store's collection pages?

Hi there,

I have a question about removing scroll bars from your store.

Today suddenly after doing some work to my store a double scroll bar appeared. It’s on the collection pages, blog pages, cart page. So not the home page and product pages, the rest of the pages all have this problem.

I already checked all the other Shopify discussions regarding this subject, but none of them work for me :disappointed_face:

Here is a preview link for the store so you can check it out: https://gtyrb0z1hfakzu54-82393301315.shopifypreview.com

I would really appreciate it if someone could help me :slightly_smiling_face:

Thanks in advance,

Cisco

Hi Cisco,

Try adding this code just before the tag in your theme.liquid file.

<style>
body {
overflow: unset;
}
</style>

Thx man! Worked :slightly_smiling_face: