diff --git a/src/app/config.js b/src/app/config.js index 31eb338198..215fb0f1f7 100644 --- a/src/app/config.js +++ b/src/app/config.js @@ -17,7 +17,9 @@ angular }); $uibTooltipProvider.options({ - popupDelay: 600 + popupDelay: 600, + appendToBody: true + }); if ($httpProvider.defaults.headers.post) {