From 1f170417c3af18bc227034d76da8213f3ece00eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Rodr=C3=ADguez?= <36035218+GermanRodrickson@users.noreply.github.com> Date: Thu, 18 Jun 2020 20:19:11 +0200 Subject: [PATCH] fix: bug with transition (#236) Co-authored-by: Kiko Beats --- packages/hover-react/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hover-react/src/index.js b/packages/hover-react/src/index.js index 517b5185b..e31797041 100644 --- a/packages/hover-react/src/index.js +++ b/packages/hover-react/src/index.js @@ -35,11 +35,11 @@ const Wrapper = styled.span` text-decoration: inherit; position: relative; display: inline-block; + padding-top: var(--microlink-gap, 15px); &:hover ${PopOver} { visibility: visible; opacity: 1; - margin-bottom: 15px; } `