From 59cd1d1915d7a6e6001c1d6b30380569bdec66f1 Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Sun, 18 Jul 2021 16:52:18 -0400 Subject: [PATCH] Hover helper tooltips aren't obscured by cursor. --- lib/hover-debug-helper.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/hover-debug-helper.css b/lib/hover-debug-helper.css index 9f7ccaf..8243a23 100644 --- a/lib/hover-debug-helper.css +++ b/lib/hover-debug-helper.css @@ -3,6 +3,5 @@ color: white; background: rgba(0, 0, 0, 0.75); padding: 4px; - margin-top: 4px; - margin-left: 4px; + margin-top: -1.75em; }