Merge pull request #45 from glyptodon/GUAC-980

GUAC-980 Client does not properly size itself in Firefox
This commit is contained in:
Mike Jumper
2015-01-03 19:23:55 -08:00

View File

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