mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-980 also need to set client-body to height 100% for it to work in FF.
This commit is contained in:
@@ -48,6 +48,8 @@ body.client {
|
|||||||
|
|
||||||
.client-view .client-body {
|
.client-view .client-body {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.client-view .client-bottom {
|
.client-view .client-bottom {
|
||||||
|
Reference in New Issue
Block a user