Skip to content

Commit f7f89f5

Browse files
committed
Update callout about the positionning of our Dropdowns
1 parent b822b5a commit f7f89f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4.0/components/dropdowns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ Historically dropdown menu contents *had* to be links, but that's no longer the
432432
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.
433433

434434
{% callout info %}
435-
**Heads up!** Dropdowns are positioned only with CSS and may need some additional styles for exact alignment.
435+
**Heads up!** Dropdowns are positioned thanks to Popper.js (except when they are contained in a navbar).
436436
{% endcallout %}
437437

438438
{% example html %}

0 commit comments

Comments
 (0)