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.)

This commit is contained in:
Ger Hobbelt 2012-07-28 16:21:11 +02:00
parent ef3a7aefb0
commit 5f2f7de19a

View File

@ -65,6 +65,10 @@
margin: 2px 0;
}
.nvtooltip-pending-removal {
position: absolute;
pointer-events: none;
}
/********************
* SVG CSS