I’m experiencing an issue with IDX where it keeps resizing automatically, causing both horizontal and vertical scrollbars to toggle every second. This is quite distracting while coding. I’ve tried restarting and resetting, but the issue persists. Is anyone else facing this problem? Any advice would be appreciated. Thanks!

4 Likes

Yeah, I got the same problem too, at first i thought it was my preview or extension that bugged, but i tried on another project and it has the same problem too, maybe they’ll fix it asap

Yup, I have the same problem too!

It’s something really annoying, I can’t use IDX, and I need to fix issues in my app to upload it
Google Play :frowning:

Started happening to me as well seemed fine yesterday after some refreshes, rebuilds etc

if I close and open seems to go away

The issue seems to be caused by the Grammarly: AI Writing and Grammar Checker plugin. Try disabling it for your project and refreshing the page—this resolved the problem for me.

You can see the image below.

Yes! Gone!!! Thank you!

i was facing the same problem. and i added this js code in chrome dev tool console

document.body.style.overflow = 'hidden';