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

Prevent x-axis overflow #189

Open
aaronbrethorst opened this issue Feb 22, 2025 · 1 comment · May be fixed by #200
Open

Prevent x-axis overflow #189

aaronbrethorst opened this issue Feb 22, 2025 · 1 comment · May be fixed by #200
Assignees

Comments

@aaronbrethorst
Copy link
Member

There are a few ways we could address this. The simplest is to just apply overflow-x-hidden to the navigation bar. A more complicated but 'better' approach would be calculate the width of the navigation bar content vs the size of the viewport and show the hamburger menu when there's overflow.

Image
@tarunsinghofficial tarunsinghofficial self-assigned this Feb 26, 2025
@tarunsinghofficial
Copy link
Collaborator

I can work on this :)

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 a pull request may close this issue.

2 participants