javascript - Body does not scroll on overflow -
when add div height bigger page size, body not scroll though have added overflow:scroll
. tried on overflow:auto;
add height 100%
#first { position: fixed; left: 0; right: 0; z-index: 0; margin-left: 20px; margin-right: 20px; overflow: auto; height:100%;/* add this*/ }
Comments
Post a Comment