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