GUACAMOLE-310: Ensure clipboard service target remains hidden (1x1 px may be below browser's minimum dimensions for a textarea).
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/cc22f23c Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/cc22f23c Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/cc22f23c Branch: refs/heads/master Commit: cc22f23c027bc4dd688eb71372c90a7b31e71e40 Parents: 535b70f Author: Michael Jumper <[email protected]> Authored: Tue Aug 29 11:39:08 2017 -0700 Committer: Michael Jumper <[email protected]> Committed: Sun Sep 3 17:08:34 2017 -0700 ---------------------------------------------------------------------- guacamole/src/main/webapp/app/clipboard/styles/clipboard.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/cc22f23c/guacamole/src/main/webapp/app/clipboard/styles/clipboard.css ---------------------------------------------------------------------- diff --git a/guacamole/src/main/webapp/app/clipboard/styles/clipboard.css b/guacamole/src/main/webapp/app/clipboard/styles/clipboard.css index b4513e1..3d61c2b 100644 --- a/guacamole/src/main/webapp/app/clipboard/styles/clipboard.css +++ b/guacamole/src/main/webapp/app/clipboard/styles/clipboard.css @@ -52,10 +52,10 @@ .clipboard-service-target { position: fixed; - left: -1px; - right: -1px; - width: 1px; - height: 1px; + left: -1em; + right: -1em; + width: 1em; + height: 1em; white-space: pre; overflow: hidden; }
