]> git.openstreetmap.org Git - rails.git/commitdiff
Fix issue where iD would not take the full height of its iframe
authorQuincy Morgan <quincy.morgan@icloud.com>
Tue, 28 Apr 2020 17:02:01 +0000 (10:02 -0700)
committerQuincy Morgan <quincy.morgan@icloud.com>
Tue, 28 Apr 2020 17:02:01 +0000 (10:02 -0700)
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 = {} -%>