mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-958: Work around iOS 7 visibility issue (text input UI invisible - apparently miscalculated by Safari as obscured by the iframe).
This commit is contained in:
@@ -21,15 +21,17 @@
|
||||
THE SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- Resize sensor -->
|
||||
<iframe class="resize-sensor" src="app/client/templates/blank.html"></iframe>
|
||||
|
||||
<!-- Display -->
|
||||
<div class="displayOuter">
|
||||
|
||||
<!-- Resize sensor -->
|
||||
<iframe class="resize-sensor" src="app/client/templates/blank.html"></iframe>
|
||||
|
||||
<div class="displayMiddle">
|
||||
<div class="display software-cursor">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user