Content Too Large In Editor

I am having an issue with scrolling down in the editor to see content that may not all fit on the screen. Is there a feature that allows you to see the entire webpage that you are editing? For example, if my content overflows, I can't scroll down to see the additional content I want to edit.

Try setting the BODY element to some large height like

body{
  height:100em;
}

I'm not sure what the BSS app is calculating the viewport height by, but it seems things that are a show/hide method to them such as Tabs/Collapse/Accordion etc... tend to effect the viewport height of the Layout View pane. At least to me anyways.

Saj

Thank you Saj!!! That worked for me!!!!!! ;)