I'm not sure what website you're using - but in IE you can open up F12 Developer tools, find the div you want to display, and modify the style on the fly:
{ display: block; width: auto; height: auto; overflow: visible;}
It would then cause the div to display all it's content, without scrollbars... hopefully this helps!