Patternslib / Patterns

Library for quickly applying rich interaction patterns without the need to write any JavaScript.
http://patternslib.com
Other
103 stars 43 forks source link

Fix scroll to position. #1165

Closed thet closed 1 year ago

thet commented 1 year ago

The scrolling offset was incorrectly calculated since Patternslib 9.9.0-alpha.5. Fix the calculation for the scrolling position by using offsetTop and offsetLeft instead getBoundingClientRect.