From 5f2f7de19af62ded4e758d6454f228ad37cb2f3f Mon Sep 17 00:00:00 2001 From: Ger Hobbelt Date: Sat, 28 Jul 2012 16:21:11 +0200 Subject: [PATCH] CSS tweak to ensure that browsers (Chrome) don't adjust the page size / scrollbar due to the tooltip divs sitting at the bottom of the page while being removed. (You get some pretty 'odd' scrollbar 'animation' in Chrome when hovering over a graph line, where tooltips pop in and out of existence while you hover.) --- src/d3.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/d3.css b/src/d3.css index 3cacd9c..6225aef 100644 --- a/src/d3.css +++ b/src/d3.css @@ -65,6 +65,10 @@ margin: 2px 0; } +.nvtooltip-pending-removal { + position: absolute; + pointer-events: none; +} /******************** * SVG CSS