im using vivagraph to embed a svg into a div (as a background) it works fine, but vivagraph offers interaction (scroll zoom) is there anyway to remove that kind of interaction with the svg?
I tried to tie up an eventlistner to the svg and disable it through there.
Is there not an easy way to just say "dont interact with svg just scroll down"?
Thanks