Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested menu items are not readable #1790

Open
schneekluth opened this issue Oct 12, 2024 · 0 comments
Open

Nested menu items are not readable #1790

schneekluth opened this issue Oct 12, 2024 · 0 comments

Comments

@schneekluth
Copy link

Describe the bug
When using nested menus items are not readable.

To Reproduce
Steps to reproduce the behavior:

  1. Create a nested menu item:
    [[main]]
      name = "tax"
      weight = 40
    
    [[main]]
      name = "Categories"
      parent = "tax"
      url = "/categories"
      weight = 43
  2. Launch preview server
  3. Hover over nested parent.

Expected behavior
A readable list of nested menu items.

Screenshots
nested-menu-issue
nshots**

nested-menu-issue

Desktop (please complete the following information):

  • OS: [e.g. Windows 11, OSX 15}
  • Browser: Chrome (129), Firefox (131)

Hugo & Blowfish versions
Which version of Hugo and Blowfish are you using?

  • Hugo: 135.0
  • Blowfish: 2.78.0

Additional Info
Example screenshot uses default theme blowfish but can also be reproduced with noir theme.

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

No branches or pull requests

1 participant