GUAC-955: Add guacViewport directive which maintains content within the visible portion of the browser window, even if the browser magically scrolls itself.

This commit is contained in:
Michael Jumper
2014-12-28 02:27:44 -08:00
parent ede9182655
commit c39ba2151b
5 changed files with 163 additions and 20 deletions

View File

@@ -39,7 +39,7 @@ body.client {
.client-view {
display: table;
position: fixed;
position: absolute;
top: 0;
left: 0;
width: 100%;