You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upload image pop-up modal breaks when trying to upload "tall" images, does not support scrolling and the preview obstructs the insert button. #4256
I have tried resolving the issue using the support portal
What browsers are you seeing the problem on?
Chrome (including Arc, Brave, Opera, Vivaldi)
Describe the bug
Hello, I am having issues trying to upload an image to the description page of one of my projects. The image's height is big enough to completely obstruct the insert button in the preview window. The upload image pop up modal does not support scrolling and I find this peculiar. It has been like this for months now, as far as I know. While inspecting the page and messing with it's code I found out that the insert button gets pushed down because of the preview and isn't behind it (I think...?). I would appreciate it if you could review this issue. Thank you.
Steps to reproduce
Go edit a project's description
Try to insert an image
Upload an image that has a big enough height (mine is 612 x 690 px)
Observe how you can't insert it no matter what
Expected behavior
The pop-up modal to not break and for it to support scrolling, allowing me to upload the image normally.