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:
Michael Jumper
2015-01-29 14:22:25 -08:00
parent 1ea2d40c19
commit 03f0e22199

View File

@@ -21,15 +21,17 @@
THE SOFTWARE. THE SOFTWARE.
--> -->
<!-- Resize sensor -->
<iframe class="resize-sensor" src="app/client/templates/blank.html"></iframe>
<!-- Display --> <!-- Display -->
<div class="displayOuter"> <div class="displayOuter">
<!-- Resize sensor -->
<iframe class="resize-sensor" src="app/client/templates/blank.html"></iframe>
<div class="displayMiddle"> <div class="displayMiddle">
<div class="display software-cursor"> <div class="display software-cursor">
</div> </div>
</div> </div>
</div> </div>
</div> </div>