[WEB - 490] chore: issue serializer changes (#3741)
* chore: issue serializer changes * add assignee id check on the frontend * add z-index for spreadsheet issue layout --------- Co-authored-by: rahulramesha <rahulramesham@gmail.com>
This commit is contained in:
parent
b1592adc66
commit
b1a5e4872b
3 changed files with 58 additions and 3 deletions
|
|
@ -188,7 +188,7 @@ const IssueRowDetails = observer((props: IssueRowDetailsProps) => {
|
|||
<>
|
||||
<td
|
||||
className={cn(
|
||||
"sticky group left-0 h-11 w-[28rem] flex items-center bg-custom-background-100 text-sm after:absolute border-r-[0.5px] border-custom-border-200",
|
||||
"sticky group left-0 h-11 w-[28rem] flex items-center bg-custom-background-100 text-sm after:absolute border-r-[0.5px] z-[1] border-custom-border-200",
|
||||
{
|
||||
"border-b-[0.5px]": peekIssue?.issueId !== issueDetail.id,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue