From 806f2e51498c1e56c0dbeca62a3db2fefd282f6d Mon Sep 17 00:00:00 2001 From: untemps Date: Thu, 3 Feb 2022 21:33:26 +0100 Subject: [PATCH] fix: Fix hovering area position, #25 --- src/useTooltip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/useTooltip.css b/src/useTooltip.css index 1409cc5..d33bf2c 100644 --- a/src/useTooltip.css +++ b/src/useTooltip.css @@ -19,6 +19,7 @@ .__tooltip-area { position: absolute; + left: 0.5rem; background: transparent; width: 100%; height: 100%;