From 89d75fc31d2baec51ea8187fa4338c5f732012ba Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 15 May 2017 21:29:11 +0530 Subject: [PATCH] Add dropdown positioning codepen! --- docs/pages/dropdown.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/pages/dropdown.md b/docs/pages/dropdown.md index c9b24f66e..5c9022dce 100644 --- a/docs/pages/dropdown.md +++ b/docs/pages/dropdown.md @@ -58,6 +58,14 @@ To create the dropdown trigger, add `data-toggle` to a ` @@ -78,6 +86,7 @@ By default, a dropdown anchors below the button that opened it. Add the class `. Adding `.float-right` or `.float-left` to the anchor will change the direction of the dropdown as well. +