From 93d3582ac7420bca8470d67ef8fe19310e2d7162 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 13 Sep 2020 19:29:38 -0700 Subject: [PATCH] fix: Dead pointer zone over links when hover card is showing --- app/components/HoverPreview.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/HoverPreview.js b/app/components/HoverPreview.js index 62496e833..ba73224a5 100644 --- a/app/components/HoverPreview.js +++ b/app/components/HoverPreview.js @@ -215,6 +215,7 @@ const Pointer = styled.div` height: 22px; position: absolute; transform: translateX(-50%); + pointer-events: none; &:before, &:after {