mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
Fix iframe width on first scrollable mail
This commit is contained in:
parent
17ff272d02
commit
a9c61a1fd1
@ -10,6 +10,10 @@
|
||||
// Components
|
||||
@import "components/scrollbars";
|
||||
|
||||
html {
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html style="overflow: auto">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" media="all" href="../css/read-sandbox.min.css" type="text/css">
|
||||
<script src="../lib/purify.js"></script>
|
||||
<script src="../js/controller/read-sandbox.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user