Merge pull request #48 from glyptodon/osk-ui-breakage

GUAC-982: Containing div of the OSK resize-sensor must have relative positioning.
This commit is contained in:
James Muehlner
2015-01-04 11:20:19 -08:00

View File

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