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:
Michael Jumper
2015-01-04 01:48:08 -08:00
parent 03ccdea71c
commit e3240b26d3

View File

@@ -20,6 +20,10 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
.osk {
position: relative;
}
.osk .resize-sensor { .osk .resize-sensor {
height: 100%; height: 100%;
width: 100%; width: 100%;