Z-index on NiceScroll

0

When you apply this script to scroll smoothing (nicescroll), the same thing happens under some site items with the higher Z-index. Where can I for a Z-index on it to overlap this site items?

$(document).ready(

  function() { 

    $("html").niceScroll();

  }

);
    
asked by anonymous 26.02.2015 / 21:04

1 answer

1

Try this:

$('div.nicescroll-rails').css('z-index',valor);
    
26.02.2015 / 21:24