mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-982: Containing div of the OSK resize-sensor must have relative positioning. Lacking that, the resize sensor fills the entire screen, intercepting all mouse and touch events.
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
.osk {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.osk .resize-sensor {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user