From 7d7388f571836bf5e8ee803dc1c6ad21e2a41c50 Mon Sep 17 00:00:00 2001 From: southseact-3d Date: Wed, 11 Feb 2026 19:31:57 +0000 Subject: [PATCH] Fix user profile dropdown z-index to appear above messages --- chat/public/apps.html | 2 +- chat/public/builder.html | 2 +- chat/public/feature-requests.html | 2 +- chat/public/settings.html | 2 +- chat/public/topup.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chat/public/apps.html b/chat/public/apps.html index 5dae2ce..6c040f3 100644 --- a/chat/public/apps.html +++ b/chat/public/apps.html @@ -544,7 +544,7 @@ border: 1px solid #e9ecef; border-radius: 12px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); - z-index: 1000; + z-index: 10000; min-width: 180px; display: none; padding: 6px; diff --git a/chat/public/builder.html b/chat/public/builder.html index 9ebfff5..7390fc8 100644 --- a/chat/public/builder.html +++ b/chat/public/builder.html @@ -183,7 +183,7 @@ border: 1px solid #e9ecef; border-radius: 12px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); - z-index: 1000; + z-index: 10000; min-width: 180px; display: none; padding: 6px; diff --git a/chat/public/feature-requests.html b/chat/public/feature-requests.html index 88d3d69..0574a24 100644 --- a/chat/public/feature-requests.html +++ b/chat/public/feature-requests.html @@ -466,7 +466,7 @@ border: 1px solid #e9ecef; border-radius: 12px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); - z-index: 1000; + z-index: 10000; min-width: 180px; display: none; padding: 6px; diff --git a/chat/public/settings.html b/chat/public/settings.html index 8819616..fe78ac4 100644 --- a/chat/public/settings.html +++ b/chat/public/settings.html @@ -596,7 +596,7 @@ border: 1px solid #e9ecef; border-radius: 12px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); - z-index: 1000; + z-index: 10000; min-width: 180px; display: none; padding: 6px; diff --git a/chat/public/topup.html b/chat/public/topup.html index 8b41618..6849ef0 100644 --- a/chat/public/topup.html +++ b/chat/public/topup.html @@ -541,7 +541,7 @@ border: 1px solid #e9ecef; border-radius: 12px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); - z-index: 1000; + z-index: 10000; min-width: 180px; display: none; padding: 6px;