diff options
Diffstat (limited to 'module/web/templates/default/backbone/modal.html')
-rwxr-xr-x | module/web/templates/default/backbone/modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/backbone/modal.html b/module/web/templates/default/backbone/modal.html index 90a326a8f..d1186d40a 100755 --- a/module/web/templates/default/backbone/modal.html +++ b/module/web/templates/default/backbone/modal.html @@ -2,7 +2,7 @@ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>{% block header%}Dialog{% endblock %}</h3>
</div>
-<div class="modal-body" style="max-height: 100%">
+<div class="modal-body">
{% block content %}
<%= content %>
{% endblock %}
|