-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Issue in persist sidebar toggle between refreshes #97
Comments
I changed the css so that it does not flow sideways anymore. I think the design is that it's supposed to work that way. I hope this solution helps you. Greets, Mark .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav { @media (min-width: 992px) { |
couldn't understand, couldn't find those classes |
You can find these in the styles.css. Good luck! |
when we enable this code and toggled sidebar
if (localStorage.getItem('sb|sidebar-toggle') === 'true') {
document.body.classList.toggle('sb-sidenav-toggled');
}
after that when we hit refresh the sidebar comes for a second, I want when sidebar toggled its will completely hidden when refresh the page (right now its comes for second ) can you please suggest any solution for this issue.
please check attached gif file for more clarification.
The text was updated successfully, but these errors were encountered: