1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 13:46:42 +02: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

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,