mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
fixed scrolling in sandbox on chrome packaged app
This commit is contained in:
parent
e2e5f11c8e
commit
f51a2a2a57
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user