GUAC-809: Show OSK if selected within menu.

This commit is contained in:
Michael Jumper
2014-12-18 05:01:51 -08:00
parent de24eef9b8
commit 1e39ff7569
5 changed files with 27 additions and 5 deletions

View File

@@ -34,5 +34,10 @@
background: #222;
opacity: 0.85;
visibility: hidden;
z-index: 1;
}
.keyboard-container.shown {
visibility: visible;
}