GUAC-980 also need to set client-body to height 100% for it to work in FF.

This commit is contained in:
James Muehlner
2015-01-03 16:18:26 -08:00
parent b9ac45c7a3
commit 2dd094827e

View File

@@ -48,6 +48,8 @@ body.client {
.client-view .client-body {
display: table-row;
width: 100%;
height: 100%;
}
.client-view .client-bottom {