gd-bs 5.9.7 → 5.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -201,6 +201,7 @@ var _Popover = /** @class */ (function (_super) {
201
201
  // Set the options
202
202
  var options = __assign({
203
203
  allowHTML: true,
204
+ appendTo: document.body,
204
205
  animation: "scale",
205
206
  arrow: true,
206
207
  delay: 100,