mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-07 16:41:02 +00:00
Kill scrollbar on user list
This commit is contained in:
parent
04da117657
commit
f1cc96084c
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ const UserMenu = exports.UserMenu = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
Ps.initialize(document.getElementById('user-list'));
|
|
||||||
},
|
},
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|
Loading…
Reference in a new issue