creativetimofficial / ct-material-dashboard-pro

Material Dashboard Pro - Premium Bootstrap 5 Admin
https://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/analytics
116 stars 28 forks source link

PerfectScrollbar not showing #272

Open expelliamus opened 4 years ago

expelliamus commented 4 years ago

After the latest update the PerfectScrollbar isn't showing. You can see this also in your site https://demos.creative-tim.com/material-dashboard-pro/examples/dashboard.html please fix this asap

experttab commented 4 years ago

PerfectScrollbar version updated to 1.4 or 1.5. To show the PerfectScrollbar, you need to add perfect-scrollbar.css to your page. Otherwise it won't show properly. Also, you need to add this javascript in document ready function: new PerfectScrollbar('.ps'); The old script: $('.sidebar .sidebar-wrapper, .main-panel').perfectScrollbar(); it won't work anymore.