mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Updating scroll on admin console
This commit is contained in:
@@ -53,6 +53,9 @@ export default class AdminSidebar extends React.Component {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
if ($(window).width() > 768) {
|
||||
$('.nav-pills__container').perfectScrollbar();
|
||||
}
|
||||
}
|
||||
|
||||
showTeamSelect(e) {
|
||||
|
||||
Reference in New Issue
Block a user