[v2] Mobile navbar is cut in small viewport
See original GitHub issueTip: This task is targeted towards potential contributor to Docusaurus project.
🚀 Motivation
See https://v2.docusaurus.io/feedback/p/resposive-top-bar for context

Where to start
- Fork the repository and create your branch from
master. - Clone the repository
- Read instruction on how to run Docusaurus 2 website
- The related codes for the NavBar is https://github.com/facebook/docusaurus/tree/master/packages/docusaurus-theme-classic/src/theme/Navbar
- Propose a fix and send a Pull Request 😃
P.S: make sure to comment on this issue first and propose a solution before working on a fix
Have you read the Contributing Guidelines on issues?
Yes
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
fixed-top navbar cuts off half at top on mobile devices
So for example, my viewport settings now look like the following, and I no longer lose the top 50% of a fixed position...
Read more >Header menu looks too small on mobile - HTML & CSS
Hi, for some reason you have set the font-size of the View cart to 40px and it stretches the page wide as the...
Read more >Responsive Mobile Navbar Menu Tutorial with HTML, CSS ...
Learn how to build a responsive navigation bar with HTML, CSS & Javascript.From desktop to mobile, this tutorial will show you how to...
Read more >Can't scroll to last collapsed navbar item on mobile ... - GitHub
Original title: Expanded navbar on mobile (landscape) is cut off] /CC ... viewport is shorter than the height of the menu on small...
Read more >A Flexible Approach to Responsive Navigation
Many responsive websites provide a horizontal navigation bar on large screens and drop-down navigation for smaller viewports.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

was thinking of 320px too. lets go ahead
send PR 😃
PR #1741