mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 23:47:42 +00:00
GUAC-955: OSK should not cover visible display area.
This commit is contained in:
@@ -23,9 +23,6 @@
|
||||
.keyboard-container {
|
||||
text-align: center;
|
||||
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -34,10 +31,5 @@
|
||||
background: #222;
|
||||
opacity: 0.85;
|
||||
|
||||
visibility: hidden;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.keyboard-container.shown {
|
||||
visibility: visible;
|
||||
}
|
||||
|
Reference in New Issue
Block a user