Skip to content

Conversation

@agriyakhetarpal
Copy link
Contributor

This pull request (PR) addresses the issue where the breadcrumb navigation section is taking up too much space, making the elements in the top navbar unclickable.

One suggestion to resolve this was to adjust the z-index of the breadcrumb section (see #641 (comment)). However, I believe my approach is a better solution, as their approach changes the stacking order of the element relative to others in the viewport, whereas mine adjusts its size based on the content.

Fixes #641
Fixes #664

Screenshots (styles added locally for emphasis; click to zoom)

Before After
imageimage
image

@netlify
Copy link

netlify bot commented Nov 20, 2025

Deploy Preview for scientific-python-hugo-theme failed.

Built without sensitive environment variables

Name Link
🔨 Latest commit 26ec484
🔍 Latest deploy log https://app.netlify.com/projects/scientific-python-hugo-theme/deploys/691e7c2a72c3bf0008531dbe

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.

The nav aria-label="Breadcrumb", is obstructing the navbar and navbar-menu Breadcrumbs element covers "More" dropdown menu

1 participant