mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 04:11:39 +02:00
Better placement for Dropdown + Handle flip of Tooltip/Popover
This commit is contained in:
@@ -65,8 +65,8 @@ const Dropdown = (($) => {
|
||||
}
|
||||
|
||||
const AttachmentMap = {
|
||||
TOP : 'top',
|
||||
BOTTOM : 'bottom'
|
||||
TOP : 'top-start',
|
||||
BOTTOM : 'bottom-start'
|
||||
}
|
||||
|
||||
const Default = {
|
||||
|
Reference in New Issue
Block a user