1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

Fix iframe width on first scrollable mail

This commit is contained in:
Tankred Hase 2014-07-21 17:22:03 +02:00
parent 17ff272d02
commit a9c61a1fd1
2 changed files with 6 additions and 2 deletions

View File

@ -10,6 +10,10 @@
// Components
@import "components/scrollbars";
html {
overflow: scroll;
}
body {
margin: 0;
}

View File

@ -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>