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

Fix hard to reach content at top of the screen #1

Open
chrisduerr opened this issue Mar 13, 2023 · 0 comments
Open

Fix hard to reach content at top of the screen #1

chrisduerr opened this issue Mar 13, 2023 · 0 comments

Comments

@chrisduerr
Copy link
Collaborator

Currently it can be quite hard to reach some of the UI options because they're typically at the top of the screen when in a list.

I can think of two options to solve this:

  • Anchor content to the bottom of the screen
  • Allow scrolling down, even with a view smaller than the screen

While anchoring things to the bottom is likely the simplest solution, it might be interesting to try out what it would feel like to have a bunch of whitespace above the viewport that can be dragged down to move the UI towards the user.

Chances are the anchor would still be superior since it doesn't require user interaction. However with the full screen containing list elements, it would not be possible to anchor things to the bottom. So it might be necessary to go for both options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant