From: Joel Lord Date: Mon, 25 May 2015 14:58:35 +0000 (-0400) Subject: Fix for Issue #6581 X-Git-Tag: v5.5.3~57^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6582%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix for Issue #6581 Updated the documentation --- diff --git a/doc/pages/components/dropdown.html b/doc/pages/components/dropdown.html index 492b5e819..670e4d975 100644 --- a/doc/pages/components/dropdown.html +++ b/doc/pages/components/dropdown.html @@ -92,6 +92,8 @@ To set other alignments, just specify the align property in d +When the dropdown does not fit in the container, it will automatically be changed to align: bottom. If this is not the desired behavior, you can override this by specifying the ignore_repositioning property in the data-options. + ***