mirror of
https://github.com/bitwarden/web
synced 2025-12-14 15:23:14 +00:00
append tooltips to body
This commit is contained in:
@@ -17,7 +17,9 @@ angular
|
|||||||
});
|
});
|
||||||
|
|
||||||
$uibTooltipProvider.options({
|
$uibTooltipProvider.options({
|
||||||
popupDelay: 600
|
popupDelay: 600,
|
||||||
|
appendToBody: true
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
if ($httpProvider.defaults.headers.post) {
|
if ($httpProvider.defaults.headers.post) {
|
||||||
|
|||||||
Reference in New Issue
Block a user