mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Going back to the old 0-0-0-0-0 method of hiding the text area... as doing otherwise causes issues with focus and "Enter" on Android.
This commit is contained in:
@@ -218,8 +218,10 @@ textarea#eventTarget {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
||||||
/* Hide offscreen */
|
/* Hide offscreen */
|
||||||
left: 100%;
|
left: 0;
|
||||||
top: 100%;
|
top: 0;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Reference in New Issue
Block a user