fix: Dead pointer zone over links when hover card is showing

This commit is contained in:
Tom Moor 2020-09-13 19:29:38 -07:00
parent 0b2107c1ee
commit 93d3582ac7
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ const Pointer = styled.div`
height: 22px;
position: absolute;
transform: translateX(-50%);
pointer-events: none;
&:before,
&:after {