Questions tagged [nicescroll]

Nicescroll is a jQuery plugin, for nice Desktop and Mobile scrollbars with a very similar iOS/Mobile style.

Nicescroll is a jQuery plugin for desktop and mobile scrollbars with an iOS/mobile feel.

106 questions
0
votes
1 answer

jQuery nicescroll is not working with dynamic content and other JavaScript function that makes random effect

So here is the thing, I have a sidebar that has big height due the lots of navigation links. And I'm using jQuery nicescroll plugin to make it look fine. In the sidebar I also have h3 tag which makes a random effect of showing letters (see the code)…
0
votes
1 answer

NiceScroll not showing on click event

I have a toggle button that show a side menu. The side menu have a niceScroll. I try hide niceScroll on hide menu event and that's working and I can see the cursor(niceScroll bar). Now on show menu event I try to show niceScroll and It's working but…
mustint
  • 49
  • 1
  • 11
0
votes
0 answers

Angular-bootstrap-ui with niceScroll issue in modal pop up

I am using niceScroll in angular-bootstrap-ui modal pop, In IE scroll bar is not working in modal pop up but in normal use its working fine. Thanks in advance. $('.ui-select-choices').niceScroll({ touchbehavior: true, …
Satish Singh
  • 2,169
  • 3
  • 23
  • 32
0
votes
1 answer

How to fit nicescroll to unrendered element

I am using custom version of jQuery NiceScroll in the application I work on. The element which holds the scroll-bar has not finished rendering. Unfortunately the scroll-bar is not placed in the proper position when the element finishes its…
N.C
  • 21
  • 3
0
votes
1 answer

NiceScroll Scroller in smaller div than scrolled div width

I am using table with fixed two column from the left like in this. I am using nicescroll. The problem is nicescroll plugin starts scrolling from the left to right on the complete table. I want it to scroll from the end of fixed columns to end of the…
Junaid Atique
  • 485
  • 1
  • 5
  • 19
0
votes
2 answers

Error with nicescroll scrolling down

I have a html document in which my chat is running. After receiving a new message i add it with .append. After that i want to scroll down to the bottom of the chat window. but due to some reason nicescroll wont scroll down completly. my html…
Alexander
  • 155
  • 13
0
votes
1 answer

Wordpress Theme [WP-simple] Scroll issue

I'm working on a website. I used wordpress them WP-Simple I modified the theme for my needs and everything works fine, except it is not scrolling on sub pages. http://pranicenergy.55freehost.com/site/ - - Main page works…
Mithran
  • 1
  • 2
0
votes
1 answer

How to remove horizontal scroll in Nicescroll.js?

I tried using $("body").niceScroll({horizrailenabled:false}); and body{overflow-x: hidden} but both didn't work. I have horizontal scroll on some resolutions like on 480px, not on all.
user3824222
  • 1
  • 1
  • 2
0
votes
2 answers

Avoid jittery scrolling on horizontal touchpads when using Nicescroll and mousewheel.js

So I'm using mousewheel.js to handle mousewheel scrolling in any part of the document so I can scroll a custom scroller made by Nicescroll. You can check a fiddle of it working here Here's part of the code that handles the scrolling: function…
madprops
  • 3,909
  • 5
  • 34
  • 42
0
votes
0 answers

jQuery NiceScroll does not appear / enable before dragging the content

I have a website, which have a DIV containing contents that requires scrolling within, using overflow: auto.
  • Product A - Long Long Name
  • Product A - Long Long Name
Raptor
  • 53,206
  • 45
  • 230
  • 366
0
votes
1 answer

Edge Animate - Scaling misplaces scrollbar on IE9

I've inherited an Edge Animate project. The project uses nicescroll.js on a text panel. In IE9, when the animation is scaled up to fill the window, the position of the nicescroll scroller is misplaced. Does anyone have any advice about how I might…
wa-rren-dev
  • 327
  • 1
  • 4
  • 12
0
votes
1 answer

jquery nicescroll: mouse wheel issue

On chrome and when the page direction is 'rtl', the page cannot be scrolled when the mouse wheel is scrolled forwards, page scrolls only when the mouse wheel is scrolled backwards. you may find the issue here. $(function () { …
Abraham Jagadeesh
  • 1,757
  • 1
  • 23
  • 21
0
votes
2 answers

horizontal scroll bar issue while using jquery nicescroll

I am using nicescroll jquery plugin. http://areaaperta.com/nicescroll/ I am getting Unwanted horizontal scroll bar. By doing this horizrailenabled:false, it disappears but it did not come after re-sizing the window. It disables on re-sizing also…
kiran
  • 641
  • 2
  • 12
  • 34
0
votes
1 answer

Nice Scoll Jquery not Working in in Mobile Chrome

i added nice scroll to my site thats working in all of browser nicely but slightly not working in Mobile Chrome just stacked user cannot able to scroll or to do any think ,i tried more version of Nice Scroll Js
Kalidass
  • 424
  • 3
  • 18
0
votes
1 answer

nicescroll mousescrollstep does not scroll exact pixels?

This is from nicescrolls website: mousescrollstep - scrolling speed with mouse wheel, default value is 40 (pixel) So when I want to make it 5 scrolls for a user to scroll through a 1080px div I do 1080/5 right, which is 216px. But when I make …