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
1
vote
1 answer

niceScroll cursor height

I am using jquery nicescroll (http://areaaperta.com/nicescroll/). I want to adjust the height of the cursor which seems pretty straight forward by adding the cursorminheight parameter. This does not work. HTML
PDIuserr
  • 77
  • 1
  • 2
  • 8
1
vote
0 answers

Internet Explorer Won't load custom scrollbar with after google's custom search loads

I am using nicescroll jquery plugin in my website.And I am also using google's custom search on my search page.The custom search has a result-only interface and I am showing the search result's in a
. nicescroll works this way that if the page…
roostaamir
  • 1,928
  • 5
  • 24
  • 51
1
vote
0 answers

Jquery NiceScroll not working in Internet Explorer 9

I am using nicescroll for the scroll in a fancybox. Its working perfect in chrome and firefox. But not working even in ie9. But the plugin says its support ie6+ And its also popularly used plugin. jQuery(function($) { …
esafwan
  • 17,311
  • 33
  • 107
  • 166
0
votes
0 answers

Nicescroll : I am using jquery nicescroll but in mobile version i still can see the original scrollbar

I have integrated Nicescroll in my project but I still can see the original scrollbar under the new one. the very first thing i tried is overflow : hidden; on my body tag but it didn't work this CSS lines fixed it for the desktop version but nothing…
anouar es-sayid
  • 355
  • 5
  • 11
0
votes
2 answers

Scrolling issue with drop-downs(Custom Scrollbar Plugin)

I am Rejowan Ahmed. In one of my project I am using nicescroll as the default scrollbar plugin. Now I have faced a greater issue. I have sidebar with several drop-down menus. And the sidebar is fixed. I am using nicescroll there. But when I open…
0
votes
0 answers

How to make Nicescroll only work at certain screen sizes (770px and up)

I need the NiceScroll plugin to be disabled when it reaches a screen size of 992px and smaller as it messes up my menu on mobile devices by making it hard to touch the links. I am new to javascript and jQuery so your help is appreciated.…
0
votes
1 answer

scroll bar showing on other content

I'm working on a tab menu, so I have 2 contents that displays a table with scrollbar. my problem is when I switch to the other content the scroll from the other content retains. hope you help me thanks. SAMPLE…
0
votes
3 answers

Disable Vertical Scroll in niceScroll Js

I need horizontal scroll only in this section and hide vertical scroll I have tried everything like overflow-x:hidden in every thing but its not working.
jay khatri
  • 151
  • 1
  • 13
0
votes
1 answer

Scroll to next element in niceScroll using jQuery

I am using nice-scroll. When I scroll a div, it should scroll to next element of multiple same div with multiple element Scroll should be up and down; if element there is no next element, scrolling should stop. Also, there are multiple divs with the…
jay khatri
  • 151
  • 1
  • 13
0
votes
1 answer

Init external plugin in Angular (4) app

how can I use external plugin in angular 4 app? I need use niceScroll plugin for scrollable div, which is represented by component.
I call nicescroll init…
Denis Stephanov
  • 4,563
  • 24
  • 78
  • 174
0
votes
1 answer

Operlapping Nicescroll scrolbars in Bootstrap tabs inner div

I have tried elvismdev's code http://stackoverflow.com/a/26643506/2209086 and its work like charm, same code am trying to modify but scrollbar still overlap. In my structure there is panel under tab pane, and table responsive div under panel, I want…
Ar123
  • 73
  • 6
0
votes
1 answer

Why does this nicescroll.js function only work in Chrome?

When I add some jQuery code to my website, it working in chrome but not in Firefox, IE, or Microsoft Edge. When I try to rewrite the code again in a new project file from scratch, I found it works in all browsers. The problem is with the…
0
votes
0 answers

niceScroll: Scrollbar is not fading away after ajax call or HTML change

I know there is a similar question exist on stackoverflow but that won't help me to resolve my issue, so please don't mark it duplicate. Here is that similar question: NiceScroll - Leaving Original Scrollbar Intact I was using niceScroll 3.6.x…
user2809299
  • 149
  • 2
  • 13
0
votes
1 answer

Remove niceScroll to enable default browser scroll

I got Ember Pro theme and it came with built in niceScroll. I want to remove it but can't find the way how to do it. The reason because I want to remove it is that there is an issue: when the mouse cursor is on iframe content, then I can't scroll, I…
0
votes
0 answers

jQuery niceScroll not working while mouse is on tinyMCE

I have an admin dashboard in bootstrap. Also implemented the nicescroll. But the page is not scrolling while mouse is on the tinyMCE editor.