diff --git a/docs/src/app/global.css b/docs/src/app/global.css
index d7fa37779..4aea55ef1 100644
--- a/docs/src/app/global.css
+++ b/docs/src/app/global.css
@@ -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;
-}
diff --git a/docs/templates/components/user-button.mdx b/docs/templates/components/user-button.mdx
index b752caa3c..4ef6672ab 100644
--- a/docs/templates/components/user-button.mdx
+++ b/docs/templates/components/user-button.mdx
@@ -2,7 +2,7 @@
title: ""
---
-The `` renders a user button component with optional user information, color mode toggle, and extra menu items.
+The `` renders a user button component with optional user information, color mode toggle, and extra menu items.
## Interactive Demo