javascript - Body not set with correct content height -


i'm using object oriënted javascript , handlebars templating system. today discovered problem can't solve. when use templates, loaded after full dom structure, result window , body don't right height. concluding content cut off @ bottom of window , don't scrollbar. elements (divs, forms, ...) added via javascript. knows how solve issue?

the issue in css. ensure rule element should scroll bar not have line reads:

overflow: hidden; 

if change line

overflow: auto; 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -