Updating scroll on admin console

This commit is contained in:
Asaad Mahmood
2015-10-19 20:10:33 +05:00
parent 814aa57fc1
commit cbbfe0112b

View File

@@ -53,6 +53,9 @@ export default class AdminSidebar extends React.Component {
}
componentDidMount() {
if ($(window).width() > 768) {
$('.nav-pills__container').perfectScrollbar();
}
}
showTeamSelect(e) {