Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWangJustToDo committed Jan 17, 2024
1 parent db4f5ed commit 97f9c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DiffUnifiedHunkLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const DiffUnifiedHunkLine = ({
style={{ backgroundColor: `var(${hunkContentBGName})` }}
>
<td
className="diff-line-num diff-line-num-hunk left-[0] text-left select-none w-[1%] min-w-[60px] whitespace-nowrap"
className="diff-line-num diff-line-num-hunk left-[0] text-left select-none w-[1%] min-w-[60px] whitespace-nowrap z-[1]"
style={{
position: isWrap ? "relative" : "sticky",
backgroundColor: `var(${hunkLineNumberBGName})`,
Expand Down

0 comments on commit 97f9c3d

Please sign in to comment.