mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
fixed scrolling in sandbox on chrome packaged app
This commit is contained in:
parent
e2e5f11c8e
commit
f51a2a2a57
@ -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>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html style="overflow-y: auto">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Mail</title>
|
||||
|
Loading…
Reference in New Issue
Block a user