bendavis78 / paper-time-picker

Material design time picker component for polymer
http://bendavis78.github.io/paper-time-picker/
MIT License
89 stars 63 forks source link

Fixing a bug where clock selector doesn't work when scrolling #49

Closed binaryblake closed 7 years ago

binaryblake commented 7 years ago

fixing a bug which prevented the clock selector from working when the page was scrolled vertically or horizontally. The fix uses window.pageYOffset and window.pageXOffset in the bounds calculation for the clock circle.