Rating: 3 stars
Open ‘plugin-main-file.php’ and erase line 29 (echo $enable;), then it works like a charm ^?^
+ Here is my custom styling to make the scrollbar under windows look like on MacOS.
.nicescroll-rails{z-index:999999!important}
.nicescroll-rails:hover{
background-color:rgba(255,255,255,0.66);
width:12px!important
}
.nicescroll-cursors{
background-color:rgba(66, 66, 66, 0.75)!important;
}
.nicescroll-rails:hover .nicescroll-cursors{
background-color:rgba(66, 66, 66, 1)!important;
width: 12px!important;
}
.nicescroll-cursors:hover{cursor:all-scroll;}
Thank you Muhaimin!
]]>