diff --git a/static/js/popovers.js b/static/js/popovers.js index a3d1358641..94ec8d58d6 100644 --- a/static/js/popovers.js +++ b/static/js/popovers.js @@ -818,6 +818,10 @@ exports.register_click_handlers = function () { }, true); }); + $('.app').on('scroll', function () { + popovers.hide_actions_popover(); + }); + }; exports.any_active = function () {