We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce6489 commit 44b4d0aCopy full SHA for 44b4d0a
Griddly/Scripts/griddly.js
@@ -602,7 +602,7 @@
602
// TODO: figure out how to have griddly in modal and still use body container. as it is, something about the modal
603
// blocks inputs in popovers from getting focus. so as a fallback I put it back in the bouding container,
604
// which will work but means it will get cut off if griddly is scrollable
605
- container: el, // this.$element.parents(".modal").length ? null : "body",
+ container: null, // this.$element.parents(".modal").length ? null : "body",
606
template: '<div class="popover griddly-filter-popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>',
607
content: function ()
608
{
0 commit comments