GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/133
GUACAMOLE-252: Ensure display container is explicitly sized to cover the
vertical area of its container.
It seems MS Edge does not always stretch `display: table-cell` elements to
fit the vertical space of their `display: table` parents. This seems like a
layout bug to me, but I can't find any confirmation from standards one way or
the other.
In any case, explicitly specifying `height: 100%` makes things work as
expected across the board.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-client
edge-table-workaround
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/133.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #133
----
commit ed1d1db2da775b991181080215879281d11743c4
Author: Michael Jumper <[email protected]>
Date: 2017-03-23T03:40:02Z
GUACAMOLE-252: Ensure display container is explicitly sized to cover the
vertical area of its container (rather than relying on the implications of
display: table-cell).
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---