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

[Bug]: noSidebar causes navigation items to become unresponsive #1741

Open
JonathanVelkeneers opened this issue Feb 5, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@JonathanVelkeneers
Copy link

JonathanVelkeneers commented Feb 5, 2025

Contact Details

No response

What happened?

When enabling noSiderbar theme, the navigation items on top do not react to clicks or other keyboard inptus.
Not setting this theme fixes the issue.

Bug prevalence

Always

AdminJS dependencies version

"@adminjs/design-system": "^4.1.1",
"@adminjs/express": "^6.1.0",
"@adminjs/prisma": "^5.0.3",
"@adminjs/sql": "^2.2.6",
"@adminjs/themes": "^1.0.1",

What browsers do you see the problem on?

Chrome

Relevant log output

Relevant code that's giving you issues

{
  ...,
  defaultTheme: noSidebar.id,
  availableThemes: [noSidebar],
  ...
}
@JonathanVelkeneers JonathanVelkeneers added the bug Something isn't working label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant