diff options
| author | kyletsang <[email protected]> | 2023-02-28 23:32:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-03-25 12:22:15 -0700 |
| commit | d533e6f33de2a26a0b7bf5a577eb5c120e51face (patch) | |
| tree | d30e7e4fbef4b312bc42b64df9969692b88432a5 /js | |
| parent | 208ba3d7488495f7ea1129d0ebaf1576bc58a272 (diff) | |
| download | bootstrap-d533e6f33de2a26a0b7bf5a577eb5c120e51face.tar.xz bootstrap-d533e6f33de2a26a0b7bf5a577eb5c120e51face.zip | |
Fix tooltip body placement with variation placements
Diffstat (limited to 'js')
| -rw-r--r-- | js/src/tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js index 87511edef..ff1db974f 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -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, |
