After implementing the jQuery plugin stickyjs on my website, I noticed a strange issue. While it works perfectly fine on my Mac, when using the mouse scroll wheel on my PC, the element blinks once rapidly as it reaches the top of the page. Interestingly, dragging the scrollbar does not produce this blinking effect - only the scroll wheel triggers it. This peculiar behavior can be observed on the demo page of stickyjs as well.
The white "Sticky" header and the buttons labeled "Download Plugin" and "Fork on Github" are the elements that blink on PCs. Has anyone encountered this issue before or knows what might be causing it? Is there any workaround available?