Breadcrumbs and Dropdown Lists Not Visible #4149
Unanswered
belalali0626
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi NextUI community!
I'm encountering an issue where Breadcrumbs and Dropdown lists are not visible in my Next.js application.
Environment:
Issue Description:
Code Example:
<Navbar maxWidth="full" position="sticky"> <NavbarContent className="basis-1/5 sm:basis-full" justify="start"> <button className="p-2 hover:bg-default-100 rounded-lg transition-colors"> <ChevronLeft className="w-5 h-5 text-default-500" /> </button> <Breadcrumbs> <BreadcrumbItem>Dashboard</BreadcrumbItem> <BreadcrumbItem>Overview</BreadcrumbItem> </Breadcrumbs> </NavbarContent> {/* ... rest of navbar code */} </Navbar>
Expected Behavior:
Attempted Solutions:
Could this be related to z-index issues or theme configuration? Any guidance would be appreciated.
I do suspect this is a issue somewhere within the config, or a package issue. But I've installed all individual components, still fails. Anyone with more knowledge of this framework would be appreciated.
Screenshots:
Beta Was this translation helpful? Give feedback.
All reactions