mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +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;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Keyboard event target */
|
||||||
|
|
||||||
textarea#eventTarget {
|
textarea#eventTarget {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
||||||
|
/* Zero... zero... zero... zero... zero... */
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
Reference in New Issue
Block a user