Fix combined title cell controls blocking links

This commit is contained in:
jeffvli 2024-10-14 00:38:28 -07:00
parent f783a6360e
commit 7e78478fbe

View File

@ -38,6 +38,7 @@ const CellContainer = styled(motion.div)<{ height: number }>`
`; `;
const ImageWrapper = styled.div` const ImageWrapper = styled.div`
position: relative;
display: flex; display: flex;
grid-area: image; grid-area: image;
align-items: center; align-items: center;