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

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

@wassy83

Description

@wassy83

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions