I've been experimenting with a demo on my website that incorporates snap.js and chart.js.
Check out the demo on JSFIDDLE here
After adding some JavaScript to show chart.js content while scrolling, I encountered a problem with the CSS style on line 10:
Line 10 - CSS: overflow: auto;
This style is causing the content to be hidden. However, removing it fixes the issue:
View the updated demo on JSFIDDLE here (overflow removed)
Would creating a #canvas
style be a good solution to display the content above other elements without deleting snap.js properties?