We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81478ca commit 4cfda46Copy full SHA for 4cfda46
Griddly/Scripts/griddly.js
@@ -846,10 +846,7 @@
846
$(el).popover({
847
html: true,
848
placement: "bottom",
849
- // TODO: figure out how to have griddly in modal and still use body container. as it is, something about the modal
850
- // blocks inputs in popovers from getting focus. so as a fallback I put it back in the bouding container,
851
- // which will work but means it will get cut off if griddly is scrollable
852
- container: null, // this.$element.parents(".modal").length ? null : "body",
+ container: ".griddly-filters-inline",
853
template: '<div class="popover griddly-filter-popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>',
854
content: function ()
855
{
0 commit comments