bugfix: fix pointer propagation of links behind the before element

This commit is contained in:
Sammy Teillet
2023-04-19 18:30:58 +02:00
parent 630447a2f6
commit 3c7bd5cd28
2 changed files with 13 additions and 16 deletions

View File

@ -24,6 +24,7 @@ const StyledClickable = styled.div`
border: 1px solid ${(props) => props.theme.text20};
box-sizing: border-box;
border-radius: 4px;
pointer-events: none;
display: none;
}