mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-352: Remove margin and padding from input sink.
This commit is contained in:
@@ -1443,6 +1443,8 @@ Guacamole.Keyboard.InputSink = function InputSink() {
|
||||
field.style.position = 'fixed';
|
||||
field.style.outline = 'none';
|
||||
field.style.border = 'none';
|
||||
field.style.margin = '0';
|
||||
field.style.padding = '0';
|
||||
field.style.height = '0';
|
||||
field.style.width = '0';
|
||||
field.style.left = '0';
|
||||
|
Reference in New Issue
Block a user