Christopher Penkin

Results 2 issues of Christopher Penkin

Added an `onScroll` property that takes a function that is called as the scroll area is scrolled.

Is there a way to check when an element is being scrolled and what its scrollTop and scrollLeft values are? I was using `v-on:scroll="onScroll"` before but I see it's not...