bugfix: fix pointer propagation of links behind the before element
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user