From e3240b26d3e2cebaea1d99cd1ebaf2ccb8076b57 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 4 Jan 2015 01:48:08 -0800 Subject: [PATCH] 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. --- guacamole/src/main/webapp/app/osk/styles/osk.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guacamole/src/main/webapp/app/osk/styles/osk.css b/guacamole/src/main/webapp/app/osk/styles/osk.css index c36d40629..fba5c3f97 100644 --- a/guacamole/src/main/webapp/app/osk/styles/osk.css +++ b/guacamole/src/main/webapp/app/osk/styles/osk.css @@ -20,6 +20,10 @@ * THE SOFTWARE. */ +.osk { + position: relative; +} + .osk .resize-sensor { height: 100%; width: 100%;