
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeI understand how frustrating mobile scrolling issues can be in Sanity Studio. While I can't find specific documentation about this being a known issue with iOS Safari or Firefox, here are some practical troubleshooting steps that might help:
1. Update Your Sanity Studio Package
Make sure you're running the latest version of Sanity Studio, as updates often include bug fixes and improvements:
npm install sanity@latestAfter updating, restart your dev server. Note that Studio v4 requires Node.js 20+.
2. Clear Browser Cache & Test in Incognito
Mobile browsers can cache problematic assets. Try:
3. Check for Custom CSS Conflicts
If you've added custom CSS to your Studio configuration, look for styles that might interfere with mobile scrolling:
overflow: hidden on body or container elementsposition: fixed without proper height constraints-webkit-overflow-scrolling propertiestouch-action CSS rules4. Test on Hosted Studio
If you're running Studio locally, try accessing your hosted Studio at your-project.sanity.studio to see if the issue persists. This helps determine if it's a deployment-specific problem.
5. Check Browser Console for Errors
Open the mobile browser's developer tools (if available) or use remote debugging to check for JavaScript errors that might be preventing normal scrolling behavior.
Since this isn't a widely documented issue, it would be helpful to gather more information:
package.json)Consider reaching out to Sanity's support or posting in the Sanity Community Slack with these details, as the team can investigate whether this is a browser-specific bug that needs addressing.
Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store