fix(leadverification): pin Actions column sticky-right so owner/admin reassign/verify/status/view are always reachable

This commit is contained in:
Satyam Rastogi
2026-05-29 22:02:52 +05:30
parent 54abdacb08
commit c49c0786fd
2 changed files with 2 additions and 2 deletions
@@ -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"
@@ -295,7 +295,7 @@ export default function LeadVerificationPage() {
<Th>Status</Th>
<Th>Verification</Th>
<Th>Created</Th>
<Th align="right">Actions</Th>
<th className="px-5 py-4 text-xs font-bold uppercase tracking-wider text-zinc-500 text-right sticky right-0 bg-zinc-50 dark:bg-[#18181b] z-10 min-w-[96px]">Actions</th>
</tr>
</thead>
<tbody className="divide-y divide-zinc-100 dark:divide-white/5">