Determine size of viewport using element stretched to fit view.

This commit is contained in:
Michael Jumper
2012-01-24 21:05:01 -08:00
parent 8559494a9b
commit a38d65f63a
3 changed files with 21 additions and 3 deletions

View File

@@ -171,3 +171,16 @@ div#menuControl {
z-index: 3;
}
/* Viewport Clone */
div#viewportClone {
display: table;
height: 100%;
width: 100%;
position: fixed;
left: 0;
top: 0;
visibility: hidden;
}