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: footer links and menu overlay are displayed better on mobile #247

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

rayokamoto
Copy link
Contributor

Before, the footer icons would overflow the margins on mobile since there were so many of them and thee was no wrapping logic. This has been fixed.

The mobile menu overlay resulted in the background being scrollable, while the overlay itself wasn't which is annoying when some links are cropped out. The fix for this was disabling overflow-y for the main page when the menu was open while enabling overflow-y for the menu only. The height of the menu has also been changed from 100% to 100dvh which should make the experience nicer on mobile.

@rayokamoto rayokamoto merged commit d8a2a60 into main Feb 25, 2025
3 checks passed
@rayokamoto rayokamoto deleted the fix/mobile-view branch February 25, 2025 14:30
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