|
@@ -26,7 +26,7 @@ class TemplateItems extends React.Component {
|
|
|
}
|
|
|
componentDidMount(){
|
|
|
const height = getWindowInnerHeight()-195;
|
|
|
- this.$cont.current.style.height = height/2+"px";
|
|
|
+ this.$cont.current.style.height = height+"px";
|
|
|
windowEventHandler('resize', ()=>{
|
|
|
if(this.$cont.current){
|
|
|
const height = getWindowInnerHeight()-195;
|