diff --git a/guacamole/src/main/webapp/app/client/styles/menu.css b/guacamole/src/main/webapp/app/client/styles/menu.css index 26acfbbea..dd96408cc 100644 --- a/guacamole/src/main/webapp/app/client/styles/menu.css +++ b/guacamole/src/main/webapp/app/client/styles/menu.css @@ -22,7 +22,7 @@ #menu { overflow: auto; - position: fixed; + position: absolute; top: 0; bottom: 0; max-width: 100%; diff --git a/guacamole/src/main/webapp/app/client/styles/viewport.css b/guacamole/src/main/webapp/app/client/styles/viewport.css index d22120c02..03e4743e4 100644 --- a/guacamole/src/main/webapp/app/client/styles/viewport.css +++ b/guacamole/src/main/webapp/app/client/styles/viewport.css @@ -21,7 +21,7 @@ */ .viewport { - position: fixed; + position: absolute; bottom: 0; left: 0; width: 100%;