🐛 Bug Report
The navbar in the documentation page is not working.
Is correctly working in the Home page.
I checked the the HTML and It seems that the sidebar containing Doc link has a margin-top that is covering the buttons area.
yes
To Reproduce
If possible, use https://new.docusaurus.io to create a CodeSandbox reproducible demo of the bug.
(Write your steps here:)
- Go to documentation
- Try click on navbar "left positioned" button near the logo
Expected behavior
I expect the buttons to redirect me to the url\src
Actual Behavior
Buttons are not clickable
Your Environment
- Docusaurus version used: @docusaurus/core": "^2.0.0-beta.0
- Environment name and version: Mozilla for Developers
- Operating system and version (desktop or mobile): MacOS BigSur
Reproducible Demo
Doc to check:
https://crono.matchplat.io/docs/installation/installation
Current margin of the child DIV:

Parent DIV covering:

Disabling that margin-top:

The Sidebar with no Margin Top and clickable buttons:

🐛 Bug Report
The navbar in the documentation page is not working.
Is correctly working in the Home page.
I checked the the HTML and It seems that the sidebar containing Doc link has a margin-top that is covering the buttons area.
Have you read the Contributing Guidelines on issues?
yes
To Reproduce
If possible, use https://new.docusaurus.io to create a CodeSandbox reproducible demo of the bug.
(Write your steps here:)
Expected behavior
I expect the buttons to redirect me to the url\src
Actual Behavior
Buttons are not clickable
Your Environment
Reproducible Demo
Doc to check:
https://crono.matchplat.io/docs/installation/installation
Current margin of the child DIV:

Parent DIV covering:

Disabling that margin-top:

The Sidebar with no Margin Top and clickable buttons:
