mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Fixed layer positioning.
This commit is contained in:
@@ -26,7 +26,7 @@ function Layer(width, height) {
|
||||
function resize(newWidth, newHeight) {
|
||||
display.style.position = "absolute";
|
||||
display.style.left = "0px";
|
||||
display.style.right = "0px";
|
||||
display.style.top = "0px";
|
||||
|
||||
display.width = newWidth;
|
||||
display.height = newHeight;
|
||||
|
Reference in New Issue
Block a user