We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello i trying use nicescroll in Side Navigation
<div class="sideNav"> Content </div>
Right Now NiceScroll Working i need to hide this div so i gave it
-moz-transform: translate(-100%); -webkit-transform: translate(-100%); -o-transform: translate(-100%); -ms-transform: translate(-100%); transform: translate(-100%);
and with JQuery toggleClass to add class show
<div class="sideNav show"> Content </div>
and show class have
-moz-transform:none; -webkit-transform:none; -o-transform:none; -ms-transform:none; transform:none;
Now NiceScroll Not Working
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello
i trying use nicescroll in Side Navigation
Right Now NiceScroll Working
i need to hide this div so i gave it
and with JQuery toggleClass
to add class show
and show class have
Now NiceScroll Not Working
The text was updated successfully, but these errors were encountered: