I am trying with the following style:
.scrollDiv {
height:auto;
max-height:100%;
overflow:auto;
}
My Requirement is:
max-height
of div is equal to screen height- If the content in the div exceeds screen size, then scroll bars should come in div.