From 4aeed316f730343b38828dd6f01ebe6012aeb1a5 Mon Sep 17 00:00:00 2001 From: Madison Date: Wed, 3 Sep 2025 17:04:01 -0500 Subject: [PATCH] cleanup --- docs/src/app/global.css | 5 ----- docs/templates/components/user-button.mdx | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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