A Shopify store owner discovered their shop page was missing the vertical scrollbar, making navigation difficult for customers.
Root Cause:
The theme’s CSS contains code that hides the scrollbar while still allowing content scrolling. This is likely a deliberate theme design choice rather than accidental deletion.
Solutions Provided:
Multiple support teams offered similar fixes:
Method 1: Locate theme.css or theme.scss file and modify the scrollbar-related CSS code
Method 2: Add custom CSS code above the </head> tag in the theme.liquid file
Method 3: Paste specific webkit-scrollbar display code at the bottom of theme.css
All solutions involve accessing the theme code through: Online Store > Theme > Edit Code
Resolution:
The issue was successfully resolved. The store owner confirmed the solution worked and expressed gratitude to the helpers.
Summarized with AI on November 23.
AI used: claude-sonnet-4-5-20250929.
I’m trying to bring back the vertical scroll bar to my shop page and it does not show on the website at all. I wonder if I may have deleted something when selecting a theme of if it’s just a part of this specific theme and needs to be added.
I will appreciate your help. I’m trying to add a simple scroll bar so customers will be able to scroll down the products and blogs in an easier way.
Hi @Tayloa , You can solve this problem by following steps:
1- Online Stores > More action > edit code > Find theme.css or theme.scss file
2- Search for the following code inside your file