|
@@ -128,11 +128,11 @@ class PushItems extends Component {
|
|
|
}
|
|
|
|
|
|
componentDidMount() {
|
|
|
- const height = getWindowInnerHeight() - 180;
|
|
|
+ const height = getWindowInnerHeight() - 200;
|
|
|
this.$cont.current.style.height = height + "px";
|
|
|
|
|
|
windowEventHandler('resize', ()=>{
|
|
|
- const height = getWindowInnerHeight() - 180;
|
|
|
+ const height = getWindowInnerHeight() - 200;
|
|
|
this.$cont.current.style.height = height + "px";
|
|
|
});
|
|
|
}
|