GUAC-1052: Work around IE10 issues with display: table.

This commit is contained in:
Michael Jumper
2015-02-10 14:30:11 -08:00
parent f77b763ef8
commit 40b6858ea9

View File

@@ -47,7 +47,7 @@ body.client {
}
.client-view .client-body {
display: table-row;
display: table-cell;
width: 100%;
height: 100%;
}