Current Behavior
When scrolling down the page, the buttons in the ResourcesSection component (Tutorial and Learn More buttons) appear on top of the Navigation bar instead of underneath it.
Desired Behavior
The navbar should remain on top of all page content when scrolling.
Implementation
Add z-index property to the navbar in Navigation.styles file to ensure it stays above other page content.
Current Behavior
When scrolling down the page, the buttons in the ResourcesSection component (Tutorial and Learn More buttons) appear on top of the Navigation bar instead of underneath it.
Desired Behavior
The navbar should remain on top of all page content when scrolling.
Implementation
Add z-index property to the navbar in Navigation.styles file to ensure it stays above other page content.
Contributor Guides and Handbook