diff --git a/apps/web/core/components/issues/issue-layouts/spreadsheet/issue-row.tsx b/apps/web/core/components/issues/issue-layouts/spreadsheet/issue-row.tsx index cf31e078ed0..72c1d8c41a8 100644 --- a/apps/web/core/components/issues/issue-layouts/spreadsheet/issue-row.tsx +++ b/apps/web/core/components/issues/issue-layouts/spreadsheet/issue-row.tsx @@ -260,7 +260,7 @@ const IssueRowDetails = observer((props: IssueRowDetailsProps) => { id={`issue-${issueId}`} ref={cellRef} tabIndex={0} - className="relative md:sticky left-0 z-10 group/list-block bg-custom-background-100 min-w-60 max-w-[30vw]" + className="relative group/list-block bg-custom-background-100 min-w-60 max-w-[30vw]" > {