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

Participants block not horizontally scrollable in mobile view #1437

Open
PeteCrighton opened this issue Nov 15, 2024 · 0 comments
Open

Participants block not horizontally scrollable in mobile view #1437

PeteCrighton opened this issue Nov 15, 2024 · 0 comments

Comments

@PeteCrighton
Copy link

Describe the bug
On mobile devices with a low resolution the Participants block not being able to be scrolled vertically can lead to users not being able to enter their availability if the row is too long and the vote selector button is being cut off.

To Reproduce
Steps to reproduce the behavior:

  1. Have a poll with date options with specified times and a long (as in several characters) duration such as “1h 30m” in order to make the row for a date as long as possible.
  2. Open the invite page of a poll / add a new participant on a device with a resolution width of ca. <300 px.
  3. See the button to enter your vote being cut off in part or completely.

Expected behavior
The button should be at least reachable via scrolling, but ideally always visible. A quick fix would be throwing a overflow-x-auto on the row element, but it wouldn’t be intuitive for every user that scrolling is an option there.

Screenshots
Screenshot made in Chrome DevTools, but I’ve seen this on an actual device.

Screenshot_20241115_161949

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