mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
cleanup
This commit is contained in:
parent
2659adc22a
commit
4aeed316f7
@ -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;
|
||||
}
|
||||
|
||||
2
docs/templates/components/user-button.mdx
vendored
2
docs/templates/components/user-button.mdx
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user