Issue Description:
The ImageReviewScreen currently does not support scrolling, which causes layout components to overflow when the screen is in landscape mode. To improve user experience and also ensure accessibility on devices with smaller screens, we need to make the ImageReviewScreen scrollable.
Acceptance Criteria:
The layout should allow vertical scrolling.
All content should remain accessible without being clipped or truncated.
The scrolling should not interfere with any existing functionality.
Issue Description: The ImageReviewScreen currently does not support scrolling, which causes layout components to overflow when the screen is in landscape mode. To improve user experience and also ensure accessibility on devices with smaller screens, we need to make the ImageReviewScreen scrollable.
Acceptance Criteria:
The layout should allow vertical scrolling. All content should remain accessible without being clipped or truncated. The scrolling should not interfere with any existing functionality.