We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Vertical scroll bar disappears on product page in Dawn theme

Vertical scroll bar disappears on product page in Dawn theme

Michael157
Visitor
2 0 0

Hi, I have been experiencing issues with disappearing vertical scroll bar on the product page mainly when browsing the website on desktop. My store link is https://utopiaclouds.com

I am using the Dawn theme, and I recently updated to the latest version 15.3.0 and the problem has increased after the update. It's mostly on products that have variants (one variant with many options e.g. Flavor with 20 to 30 different options). It doesn't occur every time a product page is visited. When it happens the scroll bar disappears in google chrome or edge and when refreshing the page, it appears again. 

There are many posts about scrolling bugs in the Dawn theme, but I couldn't find any solution to my problem. Can you help fix this problem. 

Replies 2 (2)

TheScriptFlow_
Shopify Partner
848 63 106

Paste this code in the end of base.css file.

body {
    overflow-y: scroll !important;
}

- Need a Shopify Specialist? Chat on WhatsApp +923036471248 Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button!

Michael157
Visitor
2 0 0

I will monitor if it occurs again. Thank you for your prompt response.