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).

This commit is contained in:
Michael Jumper
2017-03-22 20:40:02 -07:00
parent 3407586642
commit ed1d1db2da

View File

@@ -46,6 +46,7 @@ div.displayOuter {
div.displayMiddle { div.displayMiddle {
width: 100%; width: 100%;
height: 100%;
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
text-align: center; text-align: center;