Skip to content

Commit

Permalink
Merge pull request #196 from ojvribeiro/fix/child-margin-affects-parent
Browse files Browse the repository at this point in the history
fix: prevents child margins to affect `data-vulmix-app`
  • Loading branch information
ojvribeiro authored Jul 13, 2023
2 parents cd891a7 + 746532f commit 42c0fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<% }) %><% } %>
<% } %>
<style>
html,body,body>[data-vulmix-app]{height: 100%;margin: 0;}
html,body,body>[data-vulmix-app]{height: 100%;margin: 0;display: flow-root;}
</style>
<% if (typeof (head) != 'undefined') { %>
<% if (typeof (head.script) != 'undefined') { %><% head.script.forEach(item => { %><<%= 'script' %> <% if (typeof (item.src) != 'undefined') { %>src="<%= item.src %>"<% } %><% if (typeof (item.type) != 'undefined') { %> type="<%= item.type %>"<% } %>></script>
Expand Down

0 comments on commit 42c0fe0

Please sign in to comment.