We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I place the Clerk signed-in user button on my sidebar, and this button is impossible to click on any screen where the sidebar is an overlay.
This appears to be because the sidebar's interaction area overrides the clerk button.
<Sidebar variant="floating" collapsible="offcanvas"> <SidebarHeader> <div className="flex justify-between items-center p-4"> Workspace <SignedIn> <div className="relative z-1"> <UserButton appearance={{ baseTheme: darkMode ? dark : undefined, }} /> </div> </SignedIn> </div> </SidebarHeader>
I've tried using tailwind to adjust the relative z but no luck so far.
Sidebar
No response
Chrome 129 macOS 15 Vite 5.4.2
The text was updated successfully, but these errors were encountered:
I found a way to "fix" this issue by adding the following css
.cl-organizationSwitcherPopoverRootBox { pointer-events: auto; }
Also connecting the issue on clerk about that clerk/javascript#4373
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I place the Clerk signed-in user button on my sidebar, and this button is impossible to click on any screen where the sidebar is an overlay.
This appears to be because the sidebar's interaction area overrides the clerk button.
I've tried using tailwind to adjust the relative z but no luck so far.
Affected component/components
Sidebar
How to reproduce
Codesandbox/StackBlitz link
No response
Logs
No response
System Info
Before submitting
The text was updated successfully, but these errors were encountered: