GUAC-955: OSK should not cover visible display area.

This commit is contained in:
Michael Jumper
2014-12-28 13:50:29 -08:00
parent c39ba2151b
commit 04dee83802
6 changed files with 55 additions and 21 deletions

View File

@@ -20,6 +20,18 @@
* THE SOFTWARE.
*/
.osk .resize-sensor {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
border: none;
opacity: 0;
z-index: -1;
}
.guac-keyboard {
display: inline-block;
width: 100%;