2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Use Popper.js to manage arrow position

This commit is contained in:
Johann-S
2017-05-23 14:17:07 +02:00
parent 3706c88348
commit aa36439e17
5 changed files with 58 additions and 31 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ const Tooltip = (($) => {
const Default = {
animation : true,
template : '<div class="tooltip" role="tooltip">'
+ '<div class="arrow"></div>'
+ '<div class="arrow" x-arrow></div>'
+ '<div class="tooltip-inner"></div></div>',
trigger : 'hover focus',
title : '',