mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update callout about the positionning of our Dropdowns
This commit is contained in:
parent
b822b5a17f
commit
f7f89f5f73
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ Historically dropdown menu contents *had* to be links, but that's no longer the
|
||||||
By default, a dropdown menu is automatically positioned 100% from the top and along the left side of its parent. Add `.dropdown-menu-right` to a `.dropdown-menu` to right align the dropdown menu.
|
By default, a dropdown menu is automatically positioned 100% from the top and along the left side of its parent. Add `.dropdown-menu-right` to a `.dropdown-menu` to right align the dropdown menu.
|
||||||
|
|
||||||
{% callout info %}
|
{% callout info %}
|
||||||
**Heads up!** Dropdowns are positioned only with CSS and may need some additional styles for exact alignment.
|
**Heads up!** Dropdowns are positioned thanks to Popper.js (except when they are contained in a navbar).
|
||||||
{% endcallout %}
|
{% endcallout %}
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
|
|
Loading…
Reference in a new issue