mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +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;
|
||||
|
||||
/* Hide offscreen */
|
||||
left: 100%;
|
||||
top: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
opacity: 0;
|
||||
|
||||
overflow: hidden;
|
||||
|
Reference in New Issue
Block a user