mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-1052: Work around IE10 issues with display: table.
This commit is contained in:
@@ -47,7 +47,7 @@ body.client {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.client-view .client-body {
|
.client-view .client-body {
|
||||||
display: table-row;
|
display: table-cell;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user