fix
This commit is contained in:
@@ -44,7 +44,7 @@ export function ChatImageLightbox({
|
||||
const media = mediaUrls[current.storageKey];
|
||||
|
||||
return (
|
||||
<div className="fixed inset-0 z-[250] flex flex-col bg-[#0f1117]/96">
|
||||
<div className="fixed inset-0 z-[5000] flex flex-col bg-[#0f1117]/96">
|
||||
<div className="flex items-center justify-between px-4 py-3 text-white">
|
||||
<div className="min-w-0">
|
||||
<p className="truncate text-sm font-medium">{current.senderName}</p>
|
||||
|
||||
Reference in New Issue
Block a user