From 40b6858ea90c166e4c2fe39a9b02caf17fcd1e3e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 10 Feb 2015 14:30:11 -0800 Subject: [PATCH] GUAC-1052: Work around IE10 issues with display: table. --- guacamole/src/main/webapp/app/client/styles/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/client/styles/client.css b/guacamole/src/main/webapp/app/client/styles/client.css index f39cc3be6..af8c41f03 100644 --- a/guacamole/src/main/webapp/app/client/styles/client.css +++ b/guacamole/src/main/webapp/app/client/styles/client.css @@ -47,7 +47,7 @@ body.client { } .client-view .client-body { - display: table-row; + display: table-cell; width: 100%; height: 100%; }