1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-23 01:12:19 -05:00

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> <body>
<div id="sandboxDiv"> <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> </div>
</body> </body>

View File

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