Fix combined title cell controls blocking links
This commit is contained in:
parent
f783a6360e
commit
7e78478fbe
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue