trying to use together Angular-Snap with ngSticky but it doesn't work, panel which should stay sticky is being scrolled.
I've prepared two examples:
- Example with Angular-Snap which doesn't work: https://plnkr.co/edit/ARhUti3jJCEjB8sLL5q0?p=preview
- Example without Angular-Snap which works: https://plnkr.co/edit/QJSQelcdUP2AamFBuNiH?p=preview
You can expand in both examples accordion panel and try to scroll to see the difference. Actually I've tried multiple solutions to make the element be sticky but no one have worked with Angular-Snap
If I remove in 1st, non-working example angular-snap.css
file it begins to work, but obviously I need it. I couldn't debug this issue further, so any help would be appreciated.