Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title: Fix the position of the bottom buttons in the modal during scrolling #120

Open
2 tasks
tsutsu3 opened this issue Jan 31, 2025 · 0 comments
Open
2 tasks
Labels
design Issues or improvements related to UI, aesthetics, or user experience. mobile

Comments

@tsutsu3
Copy link
Owner

tsutsu3 commented Jan 31, 2025

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

  • 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.

Targets

  • logs filter
  • App unlcok

Ref #96

@tsutsu3 tsutsu3 added design Issues or improvements related to UI, aesthetics, or user experience. mobile labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Issues or improvements related to UI, aesthetics, or user experience. mobile
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant