Fix user profile dropdown z-index to appear above messages

This commit is contained in:
southseact-3d
2026-02-11 19:31:57 +00:00
parent 0513000a9e
commit 7d7388f571
5 changed files with 5 additions and 5 deletions

View File

@@ -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;