Skip to content

Commit

Permalink
GUACAMOLE-96: Scroll login interface if too large for screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed Feb 5, 2018
1 parent b9dba7d commit a426f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guacamole/src/main/webapp/app/login/styles/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
div.login-ui {
height: 100%;
width: 100%;
position: fixed;
position: absolute;
left: 0;
top: 0;
display: table;
Expand Down

0 comments on commit a426f59

Please sign in to comment.