mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
Better placement for Dropdown + Handle flip of Tooltip/Popover
This commit is contained in:
+2
-2
@@ -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