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 category selector overflow on mobile #217

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

itsbhanusharma
Copy link
Member

The category selector tends to overflow on mobile due to width being declared as 500px, This commit changes that to max-width and adding width: 100% to make it scale to screen size.

The category selector tends to overflow on mobile due to width being declared as 500px, This commit changes that to max-width and adding width: 100% to make it scale to screen size.
@angusmcleod
Copy link
Member

@itsbhanusharma Happy to merge once you get the checks to pass 👍

@itsbhanusharma
Copy link
Member Author

Not really sure what's wrong here, Maybe something to do with github's changes to the tests? error codes are really cryptic to me. I'll see later if I can make sense of the error codes.

trying to fix tests
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

Successfully merging this pull request may close these issues.

2 participants