mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user