I’m using Dashboard and DashboardModal components. I upload an image via Dashboard, then if I want to replace the image, I have a button that opens the modal.
The problem is when it finishes uploading, it doesn’t remove “isFixed” class from the body tag.
It seems the class is only added and removed when disablePageScrollWhenModalOpen is true. Have you set that option and the class is still there when you close it? Do you have uppy as vanilla js or inside a framework?