I have created a bubble chart using d3.js. I want to make the div in which bubble chart is displayed scrollable , so that if the no of bubbles exceeds the height of div ,scrolling is enabled.
I gave overflow-y:scrollable
in css. But its not working.
Here is the fiddle.
What am I missing ?