2012-02-03 01:09:10 +04:00
|
|
|
<html><head><title>Double tap on iframe causes overflow area at bottom to appear permanently</title>
|
2012-03-28 19:53:59 +04:00
|
|
|
<meta charset="utf-8">
|
2012-02-03 01:09:10 +04:00
|
|
|
<style>
|
|
|
|
iframe {
|
|
|
|
border: 10px dashed blue;
|
|
|
|
border-radius: 50px;
|
|
|
|
width: 600px;
|
|
|
|
height: 300px;
|
|
|
|
background-color: blue;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head><body style="background: green;">
|
|
|
|
|
|
|
|
<iframe></iframe>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div style="position: absolute; left: 140%; top: 110%;">
|
|
|
|
|
|
|
|
<iframe></iframe>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body></html>
|