Is it possible with only CSS to make a block element occupy the whole page("busy box") when the element is on a non-root level where width and height set to 100% stretch it only as big as the parent element?
I could have done it using absolute size but that would require javascript to adjust to the current size of the page.
This may look like I should have added the element at the root level if I want it to occupy the whole page but I can't modify the master page because we're reusing a standard SharePoint one.
@Edit: For some reason non of the two answers are working for me, must me a CSS quirk, I'll look for the other workaround.