Scroll lock mixin for React components
npm install react-scroll-lockreact-scroll-lock
=================
Scroll lock mixin for React components
Simply add mixin in component, witch be lock inner scroll.
`` js
var ScrollLock = require('react-scroll-lock');
React.createClass({
mixins : [
ScrollLock
],
render : function() {
return (
``