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

Suggestion: Challenge Card Content Overflow - Implement Scrollable Cards #4454

Open
Zahed-Riyaz opened this issue Feb 19, 2025 · 0 comments
Open

Comments

@Zahed-Riyaz
Copy link

I've noticed an issue on the main challenges page that I'd like to address.
The content within the challenge cards on the main challenges page sometimes overflows the card's container, causing the end date an other information, to be cut off. This makes it difficult for users to get a complete overview of the challenge details at a glance.

Steps to Reproduce:

  1. Navigate to the main challenges page (/web/challenges/list).

  2. Observe the challenge cards. Cards with longer challenge names or with a long end date may have content overflowing.

Expected Behavior:
All the text in the challenge cards can be seen by a visitor.

Observed Behavior:
I've observed the end date and other content being cut off. This is bad for UX. See screenshot for an example.

Image

Proposed Solution:
Implement a scrollable area within the challenge card content to accommodate longer text strings. This would allow users to scroll vertically to view all the information, preventing content from being cut off. Applying CSS rule overflow-y: auto; height:200px; (or any suitable height desired).

Would you like me to create a pull request with this change? I just need to be assigned the issue and I'd be happy to commit the code

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