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

master-patched
Ger Hobbelt 12 years ago
parent ef3a7aefb0
commit 5f2f7de19a

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

Loading…
Cancel
Save