medyo / hackertab.dev

A Chrome 🌐 & Firefox 🦊 extension to discover the latest developer news and tools in one tab!
https://hackertab.dev
Apache License 2.0
613 stars 80 forks source link

prevent slide CTA from disappearing on scroll #166

Closed victor-duarte closed 1 year ago

victor-duarte commented 1 year ago

Closes #112

Scroll event added to .Cards is triggered on scroll of the children (.Block) causing calculation to be done against Block offset instead of Cards returning unexpected values.

victor-duarte commented 1 year ago

Looks good, well done can you remove the unused class scrollButtonNext?

The class has been removed.