mirror of
https://github.com/Mail-0/Zero.git
synced 2026-06-28 14:56:48 +00:00
Fix/mail detail box width fix (#1900)
This commit is contained in:
@@ -1369,7 +1369,7 @@ const MailDisplay = ({ emailData, index, totalEmails, demo, threadAttachments }:
|
||||
</button>
|
||||
</PopoverTrigger>
|
||||
<PopoverContent
|
||||
className="dark:bg-panelDark flex w-[420px] overflow-auto rounded-lg border p-4 text-left shadow-lg"
|
||||
className="dark:bg-panelDark flex w-[420px] md:w-auto overflow-auto rounded-lg border p-4 text-left shadow-lg"
|
||||
onBlur={(e) => {
|
||||
if (!triggerRef.current?.contains(e.relatedTarget)) {
|
||||
setOpenDetailsPopover(false);
|
||||
|
||||
Reference in New Issue
Block a user