Joint session with Vercel: How to build intelligent storefronts (May 15th)

Sanity Studio mobile scrolling not working in Firefox and Safari

7 repliesLast updated: Dec 1, 2025

Hey everyone, I’m having trouble scrolling down on Sanity Studio when on mobile. Checked in Firefox and Safari. Any thoughts on how to fix this?
AI Update

I 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:

General Troubleshooting Steps

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@latest

After 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:

4. 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.

If These Don't Work

Since this isn't a widely documented issue, it would be helpful to gather more information:

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.

Show original thread
7 replies

Was this answer helpful?

Sanity – Build the way you think, not the way your CMS thinks

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.

Related contributions