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:
parent
ef3a7aefb0
commit
5f2f7de19a
@ -65,6 +65,10 @@
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
.nvtooltip-pending-removal {
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/********************
|
||||
* SVG CSS
|
||||
|
Loading…
Reference in New Issue
Block a user