fixed scrolling in sandbox on chrome packaged app

This commit is contained in:
Tankred Hase 2013-06-05 03:42:58 +02:00
parent e2e5f11c8e
commit f51a2a2a57
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
<body>
<div id="sandboxDiv">
<iframe id="sandboxFrame" src="sandbox.html" sandbox="allow-scripts" frameborder="0"></iframe>
<iframe src="sandbox.html" sandbox="allow-scripts" id="sandboxFrame" frameborder="0"></iframe>
</div>
</body>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html style="overflow-y: auto">
<head>
<meta charset="utf-8">
<title>Mail</title>