mirror of https://github.com/twbs/bootstrap.git
Remove custom `fallbackPlacements` from dropdown (#32843)
This commit is contained in:
parent
96b86c1f58
commit
0eaa6c05cf
|
|
@ -321,12 +321,6 @@ class Dropdown extends BaseComponent {
|
|||
boundary: this._config.boundary
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'flip',
|
||||
options: {
|
||||
fallbackPlacements: ['top', 'right', 'bottom', 'left']
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'offset',
|
||||
options: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue