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
In the current implementation, the "Cancel" and "OK" buttons at the bottom of the modal scroll along with the content. This can negatively affect the user experience, especially when the modal contains long content. Users are forced to scroll all the way to the bottom to access these actions.
Expected Behavior
The "Cancel" and "OK" buttons should be fixed at the bottom of the modal, regardless of the content scroll position. This allows users to easily perform actions without needing to scroll through the entire content.
Acceptance Criteria
The bottom buttons remain visible and fixed at the bottom of the modal during content scrolling.
The buttons do not overlap or interfere with the content display.
Responsive design: Ensure that this behavior works correctly for both portrait and landscape modes.
Description
In the current implementation, the "Cancel" and "OK" buttons at the bottom of the modal scroll along with the content. This can negatively affect the user experience, especially when the modal contains long content. Users are forced to scroll all the way to the bottom to access these actions.
Expected Behavior
The "Cancel" and "OK" buttons should be fixed at the bottom of the modal, regardless of the content scroll position. This allows users to easily perform actions without needing to scroll through the entire content.
Acceptance Criteria
Targets
Ref #96
The text was updated successfully, but these errors were encountered: