Skip to content

Commit

Permalink
Fix combined title cell controls blocking links
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli committed Oct 14, 2024
1 parent f783a63 commit 7e78478
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const CellContainer = styled(motion.div)<{ height: number }>`
`;

const ImageWrapper = styled.div`
position: relative;
display: flex;
grid-area: image;
align-items: center;
Expand Down

0 comments on commit 7e78478

Please sign in to comment.