Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #73 from emolr/patch-1
Browse files Browse the repository at this point in the history
Append allow-modals to demo iframe
  • Loading branch information
Chapabu authored Feb 15, 2019
2 parents 3288912 + 9bdd691 commit 5301db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/pen/preview.nunj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class="Preview-iframe"
data-role="window"
src="{{ previewUrl }}"
sandbox="allow-same-origin allow-scripts allow-forms"
sandbox="allow-same-origin allow-scripts allow-forms allow-modals"
{% if entity.display %} style="{% for property, value in entity.display %}{{ property }}: {{ value }} !important; {% endfor %}"{% endif %}
marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" scrolling="yes">
</iframe>
Expand Down

0 comments on commit 5301db1

Please sign in to comment.