fix(leadverification): pin Actions column sticky-right so owner/admin reassign/verify/status/view are always reachable
This commit is contained in:
@@ -85,7 +85,7 @@ const LeadTableRow = ({
|
||||
<td className="px-5 py-4 whitespace-nowrap text-sm text-zinc-500">
|
||||
{formatDate(lead.createdAt)}
|
||||
</td>
|
||||
<td className="px-5 py-4 text-right relative">
|
||||
<td className="px-5 py-4 text-right relative sticky right-0 min-w-[96px] bg-white dark:bg-[#0c0c0e]">
|
||||
<div className="inline-flex items-center gap-1">
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user