1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

append tooltips to body

This commit is contained in:
Kyle Spearrin 2017-01-04 22:23:21 -05:00
parent 9aa61f4bca
commit fff0efb095

View File

@ -17,7 +17,9 @@ angular
});
$uibTooltipProvider.options({
popupDelay: 600
popupDelay: 600,
appendToBody: true
});
if ($httpProvider.defaults.headers.post) {