The modal in Stack Sorted currently has a fixed height, which causes images to overflow when their dimensions exceed the modal's dimensions. This results in a poor user experience and hides action buttons.
Proposed Solution
To address this issue, we should set the CSS property of images within the modal to "overflow: auto" so that they do not overflow from their parent container.
Problem
The modal in Stack Sorted currently has a fixed height, which causes images to overflow when their dimensions exceed the modal's dimensions. This results in a poor user experience and hides action buttons.
Proposed Solution
To address this issue, we should set the CSS property of images within the modal to "overflow: auto" so that they do not overflow from their parent container.
Steps to Reproduce
Expected Behavior
Images within the modal should not overflow from the modal's image area.
Additional Information