divStyle

/* this is declared in function */

textJDComponent() {
const divStyle = {
            height: window.innerHeight - 200 + 'px',
            overflow: "auto",
            padding: 0

        };

}


<div className="col-md-12" style={divStyle}>

Comments