]> 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 f8d0f5858cc7ab0dc3be3e9bade086b4cd32d69b..e4dbf2d5336d7ac80c87744890a4ab2866414fd2 100644 (file)
@@ -2,10 +2,19 @@
 <html>
 <head>
   <meta charset='utf-8'>
-  <%= stylesheet_link_tag 'id' %>
+  <%= stylesheet_link_tag "id" %>
   <!--[if !IE || gte IE 9]><!-->
-  <%= javascript_include_tag 'id' %>
+  <%= 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 = {} -%>