scientific-python / scientific-python-hugo-theme

Hugo theme based on the design for numpy.org
https://theme.scientific-python.org/
Other
19 stars 23 forks source link

Breadcrumbs element covers "More" dropdown menu #641

Open brianhawthorne opened 1 month ago

brianhawthorne commented 1 month ago

Right-hand side of the breadcrumbs element covers a portion of the "More" dropdown menu when it is expanded (Firefox 130.0/Ubuntu 24.04):

image

Maybe just need to set a lower z-index on breadcrumbs.

stefanv commented 1 month ago

I'm struggling to reproduce this, because I cannot get the elements to show so close to one another. Which page did you use?

brianhawthorne commented 1 month ago

I'm seeing it on User Guide, Shortcodes, and Examples (didn't look farther than that). And it appears independent of window width (ie the offending element expands with the window). I was able to fix it by adding style="z-index:1" to the <nav> element highlighted here:

image