aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-09-07 13:20:51 +0200
committerJohann-S <[email protected]>2017-09-07 14:03:37 +0200
commitf7f89f5f732239eef8287d22a0ccce7ce7af3d46 (patch)
treeb303e28e8d811232bf10808f7d28a5bcc9034d0f
parentb822b5a17f87c62000ec3a058e3f2ccca8a10d3e (diff)
downloadbootstrap-f7f89f5f732239eef8287d22a0ccce7ce7af3d46.tar.xz
bootstrap-f7f89f5f732239eef8287d22a0ccce7ce7af3d46.zip
Update callout about the positionning of our Dropdowns
-rw-r--r--docs/4.0/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md
index 9c611c629..b01636615 100644
--- a/docs/4.0/components/dropdowns.md
+++ b/docs/4.0/components/dropdowns.md
@@ -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 %}