Skip to content

Commit

Permalink
Fix colliding headers for the comparison table
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie Roy committed Mar 17, 2023
1 parent 01a44f1 commit 675e8fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const ComparisonTableHead: React.FC<ComparisonTableHeadProps> = ({
[styles.pinnedColumnHeader]: isPinned,
[styles.draggedColumn]: draggedId === revision
})}
style={{ top: ribbonHeight - 4 + 51 }} // 4 is equal to the gap in the comparison table and 52 is the height of the section header
style={{ top: ribbonHeight - 4 + 51 }} // 4 is equal to the gap in the comparison table and 51 is the height of the section header
>
<ComparisonTableHeader
isPinned={isPinned}
Expand Down

0 comments on commit 675e8fd

Please sign in to comment.