mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 13:13:03 +02:00
Add fallbackPlacement option for Tooltip and Popover
This commit is contained in:
@@ -157,7 +157,8 @@ const Dropdown = (($) => {
|
||||
offset : context._config.offset
|
||||
},
|
||||
flip : {
|
||||
enabled : context._config.flip
|
||||
enabled : context._config.flip,
|
||||
behavior : [AttachmentMap.TOP, AttachmentMap.BOTTOM]
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user