mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
Automatically reposition event target on scroll.
This commit is contained in:
@@ -245,15 +245,16 @@ div#viewportClone {
|
||||
/* Keyboard event target */
|
||||
|
||||
textarea#eventTarget {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
|
||||
/* Hide offscreen */
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
opacity: 0;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
opacity: 1;
|
||||
|
||||
z-index: 100;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user