From 2dd094827eb41382734c815e452ed450d1a99037 Mon Sep 17 00:00:00 2001 From: James Muehlner Date: Sat, 3 Jan 2015 16:18:26 -0800 Subject: [PATCH] GUAC-980 also need to set client-body to height 100% for it to work in FF. --- guacamole/src/main/webapp/app/client/styles/client.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guacamole/src/main/webapp/app/client/styles/client.css b/guacamole/src/main/webapp/app/client/styles/client.css index 90f0ed3a7..f39cc3be6 100644 --- a/guacamole/src/main/webapp/app/client/styles/client.css +++ b/guacamole/src/main/webapp/app/client/styles/client.css @@ -48,6 +48,8 @@ body.client { .client-view .client-body { display: table-row; + width: 100%; + height: 100%; } .client-view .client-bottom {