mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
Add fallback behaviour
This commit is contained in:
committed by
Mark Otto
parent
0f12f58711
commit
f132400865
+2
-1
@@ -470,7 +470,8 @@ class Tooltip extends BaseComponent {
|
||||
const flipModifier = {
|
||||
name: 'flip',
|
||||
options: {
|
||||
altBoundary: true
|
||||
altBoundary: true,
|
||||
fallbackPlacements: ['top', 'right', 'bottom', 'left']
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user