Skip to content

Commit a10f4e8

Browse files
committed
BAP-10039 Info's tooltip breaks the widget configuration layout; added support for data-container option like here:angular-ui/bootstrap#139
1 parent 4918194 commit a10f4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Js/default_templates.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<script type="text/template" id="select-field-template">
106106
<% if (obj.popoverContent) { %>
107107
<div class="select-field-date-popover">
108-
<i class="icon-info-sign" data-content="<%= popoverContent %>" data-placement="bottom" data-toggle="popover"></i>
108+
<i class="icon-info-sign" data-content="<%= popoverContent %>" data-placement="bottom" data-toggle="popover" data-container="body"></i>
109109
</div>
110110
<% } %>
111111
<div class="horizontal clearfix">

0 commit comments

Comments
 (0)