From 5bc4d30102a7bed61103388b61fe2d42772dabb6 Mon Sep 17 00:00:00 2001 From: Decobus Date: Sun, 20 Jul 2025 01:51:54 -0400 Subject: [PATCH] Fix dropdown z-index layering issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increase dropdown z-index to z-[9999] to ensure it appears above glass morphism containers and other stacked elements. Fixes issue where team selection dropdown appears behind existing streams box. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- components/Dropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Dropdown.tsx b/components/Dropdown.tsx index cd6b229..aa2aaa4 100644 --- a/components/Dropdown.tsx +++ b/components/Dropdown.tsx @@ -77,7 +77,7 @@ export default function Dropdown({ {(controlledIsOpen ?? isOpen) && ( -
+
{options.length === 0 ? (
No streams available