mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Locate event target off screen, in case platform doesn't support opacity of text areas (Android 4, for example).
This commit is contained in:
@@ -212,9 +212,17 @@ div#viewportClone {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* Keyboard event target */
|
||||
|
||||
textarea#eventTarget {
|
||||
position: fixed;
|
||||
|
||||
/* Zero... zero... zero... zero... zero... */
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
opacity: 0;
|
||||
|
||||
overflow: hidden;
|
||||
}
|
Reference in New Issue
Block a user