GUACAMOLE-96: Scroll login interface if too large for screen.

This commit is contained in:
Michael Jumper
2017-11-24 14:02:18 -08:00
parent b9dba7ddf4
commit a426f59765

View File

@@ -20,7 +20,7 @@
div.login-ui { div.login-ui {
height: 100%; height: 100%;
width: 100%; width: 100%;
position: fixed; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
display: table; display: table;