GUACAMOLE-310: Ensure clipboard service target remains hidden (1x1 px may be below browser's minimum dimensions for a textarea).

This commit is contained in:
Michael Jumper
2017-08-29 11:39:08 -07:00
parent 535b70fdce
commit cc22f23c02

View File

@@ -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;
}