From 348bcd64ba4ce695da6595c3f285ec08482b62cb Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 6 Sep 2022 08:53:30 +0300 Subject: [PATCH] popover viewport --- client/src/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/ui.js b/client/src/ui.js index 24191113b4..9517163cd9 100644 --- a/client/src/ui.js +++ b/client/src/ui.js @@ -865,6 +865,7 @@ function (/** marked~ */marked, /** DOMPurify~ */ DOMPurify) { .popover({ placement: o.placement || 'bottom', container: container, + viewport: container, html: true, content: content, trigger: o.trigger || 'manual',