Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

sticky element is flickering with mouse scroll not with scrollbar #286

Open
wassy83 opened this issue Feb 28, 2019 · 1 comment
Open

sticky element is flickering with mouse scroll not with scrollbar #286

wassy83 opened this issue Feb 28, 2019 · 1 comment

Comments

@wassy83
Copy link

wassy83 commented Feb 28, 2019

Hi in this page

https://neos.anekitalia.com/olympic-champion

you can notice a yellow bar that becomes sticky with this simple code

<!--per menu fixed-->
<script>
jQuery(document).ready(function($){
    $("#sticky-flotta").sticky({
      topSpacing:-2,
      zIndex:9999
    });
  });
</script>

this is working as expected but if you scroll fast with your mouse scroller, the element is flickering for an instant with CHROME FIREFOX and IE, this doesn't happens if I use the scrollbar with my mouse pointer.
any suggestion to fix this?
many thanks

@AidanHak
Copy link

Did you ever find a solution to this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants