nrkno / core-components

Accessible and lightweight Javascript components
https://static.nrk.no/core-components/latest/
MIT License
117 stars 10 forks source link

core-scroll: Remove use of will-change: scroll-position #621

Closed skjalgepalg closed 3 years ago

skjalgepalg commented 3 years ago

Remove use of will-change: scroll-position for core-scroll.

We have no way of anticipating when a user will scroll, and can't reliably add/remove it dynamically. Should be better off leaving it out than permanently on, especially when doing the latter can lead to performance degradation.

Resolves #446