-
```
What steps will reproduce the problem?
1. Go to http://areaaperta.com/nicescroll/demo.html
2. Find section "Scrollable div (with wrapper div), custom color and zoom
feature"
3. Do fast mouse scro…
-
```
Nicescroll is assigned to div. When I open modal dialog scroll bar for div
still appears. See the image attached.
```
Original issue reported on code.google.com by `juliana....@gmail.com` on 6…
-
```
Nicescroll is assigned to div. When I open modal dialog scroll bar for div
still appears. See the image attached.
```
Original issue reported on code.google.com by `juliana....@gmail.com` on 6…
-
```
Nicescroll is assigned to div. When I open modal dialog scroll bar for div
still appears. See the image attached.
```
Original issue reported on code.google.com by `juliana....@gmail.com` on 6…
-
```
What steps will reproduce the problem?
1. set smoothscroll:false when constructing your nicescroll instance:
$(document).ready(
function() {
nice = $("#scroll").niceScroll("#wrapperdiv…
-
```
What steps will reproduce the problem?
1. Use Rails 4 with Turbolinks
2. Use $("html").niceScroll() in $(document).ready
3. Use $("html").niceScroll() in $(document).bind "page:load"
What is the…
-
I am looking to change the child element's height on scroll. But I can not find the scroll event after attaching nicescroll to parent element. Could you please tell me the scroll even for nicescroll e…
-
I have a fixed position left column in which I use NiceScroll. This div resizes in height based on whether the site footer is in view or not. After scrolling to the bottom of the page .nicescroll-rail…
-
While trying to use niceScroll we faced the error
TypeError: jQuery(...).niceScroll is not a function
how to solve this issue?
when internet connected niceschroll is not working and when intern…
-
```
If the CSS property "overflow-x:hidden" is added to the tag:
Firefox:
The normal vertical scrollbar appears in addition to the nicescroll vertical
scrollbar and scrolling the nicescroll scroll…