]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/id.html.erb
Fix issue where iD would not take the full height of its iframe
[rails.git] / app / views / site / id.html.erb
index e2ce6bb0dc1496893793b43c127ea9cd89fab246..e4dbf2d5336d7ac80c87744890a4ab2866414fd2 100644 (file)
@@ -6,6 +6,15 @@
   <!--[if !IE || gte IE 9]><!-->
   <%= javascript_include_tag "id" %>
   <!-- <![endif]-->
+  <style type='text/css'>
+    /* apply document-level styling */
+    html, body {
+      width: 100%;
+      height: 100%;
+      margin: 0;
+      padding: 0;
+    }
+  </style>
 </head>
 <body>
 <% data = {} -%>