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">
|
<td className="px-5 py-4 whitespace-nowrap text-sm text-zinc-500">
|
||||||
{formatDate(lead.createdAt)}
|
{formatDate(lead.createdAt)}
|
||||||
</td>
|
</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">
|
<div className="inline-flex items-center gap-1">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ export default function LeadVerificationPage() {
|
|||||||
<Th>Status</Th>
|
<Th>Status</Th>
|
||||||
<Th>Verification</Th>
|
<Th>Verification</Th>
|
||||||
<Th>Created</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>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody className="divide-y divide-zinc-100 dark:divide-white/5">
|
<tbody className="divide-y divide-zinc-100 dark:divide-white/5">
|
||||||
|
|||||||
Reference in New Issue
Block a user