0

I'm using Bootstrap 3.0 with nicescroll plugin, in my project i use navbar-fixed-top and i leave 50px padding top so everything works good, the problem is nicescroll plugin showed under the navbar like the image below:

enter image description here

instead being like this :

enter image description here

AhmedBinNasser
  • 2,735
  • 1
  • 24
  • 24
  • I tried this http://fiddle.jshell.net/Bt8AE/1/show/ Fiddle link: http://jsfiddle.net/Bt8AE/1/ . But still not getting. gave padding top and margin top – Ravimallya Sep 25 '13 at 05:52

1 Answers1

1

adding zindex:"10000" to nicescroll will make it above all the elements of the page and will solve the problem, hope anyone have problem like this to get solved.

AhmedBinNasser
  • 2,735
  • 1
  • 24
  • 24