This commit is contained in:
Madison 2025-09-03 17:04:01 -05:00
parent 2659adc22a
commit 4aeed316f7
2 changed files with 1 additions and 6 deletions

View File

@ -194,8 +194,3 @@ button:not(.chat-gradient-active)::before {
mask: radial-gradient(circle at 20% 80%, transparent 0%, transparent 100%);
transition: mask 0.3s ease-out;
}
/* Fix Stack Auth UserButton dropdown z-index to appear above navbar */
[data-radix-popper-content-wrapper] .stack-scope {
z-index: 100 !important;
}

View File

@ -2,7 +2,7 @@
title: "<UserButton />"
---
The `<kUserButton>` renders a user button component with optional user information, color mode toggle, and extra menu items.
The `<UserButton>` renders a user button component with optional user information, color mode toggle, and extra menu items.
## Interactive Demo