mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
append tooltips to body
This commit is contained in:
parent
9aa61f4bca
commit
fff0efb095
@ -17,7 +17,9 @@ angular
|
||||
});
|
||||
|
||||
$uibTooltipProvider.options({
|
||||
popupDelay: 600
|
||||
popupDelay: 600,
|
||||
appendToBody: true
|
||||
|
||||
});
|
||||
|
||||
if ($httpProvider.defaults.headers.post) {
|
||||
|
Loading…
Reference in New Issue
Block a user