]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update callout about the positionning of our Dropdowns
authorJohann-S <johann.servoire@gmail.com>
Thu, 7 Sep 2017 11:20:51 +0000 (13:20 +0200)
committerJohann-S <johann.servoire@gmail.com>
Thu, 7 Sep 2017 12:03:37 +0000 (14:03 +0200)
docs/4.0/components/dropdowns.md

index 9c611c62912c32238845b7ea9cc96863d5565b0b..b016366153d21f05fdf8e648f2b5793a782ae256 100644 (file)
@@ -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.
 
 {% 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 %}
 
 {% example html %}