Merge pull request #75 from glyptodon/GUAC-1043

GUAC-1043: Do not rely on fixed positioning for client viewport.
This commit is contained in:
James Muehlner
2015-01-29 20:02:18 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
#menu { #menu {
overflow: auto; overflow: auto;
position: fixed; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
max-width: 100%; max-width: 100%;

View File

@@ -21,7 +21,7 @@
*/ */
.viewport { .viewport {
position: fixed; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;
width: 100%; width: 100%;