2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fix tooltip body placement with variation placements

This commit is contained in:
kyletsang
2023-02-28 23:32:58 -08:00
committed by Mark Otto
parent 208ba3d748
commit d533e6f33d
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ const Default = {
delay: 0,
fallbackPlacements: ['top', 'right', 'bottom', 'left'],
html: false,
offset: [0, 0],
offset: [0, 6],
placement: 'top',
popperConfig: null,
sanitize: true,