From: Joah Gerstenberg Date: Fri, 13 Dec 2013 14:46:58 +0000 (-0600) Subject: Change hidden dropdown positioning to be left instead of top. Addresses #3883 X-Git-Tag: 5.0.3~71^2~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3884%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Change hidden dropdown positioning to be left instead of top. Addresses #3883 --- diff --git a/scss/foundation/components/_dropdown.scss b/scss/foundation/components/_dropdown.scss index 285f99b6d..5a1e8c12f 100644 --- a/scss/foundation/components/_dropdown.scss +++ b/scss/foundation/components/_dropdown.scss @@ -47,7 +47,7 @@ $f-dropdown-content-padding: rem-calc(20) !default; // $max-width - Default: $f-dropdown-max-width || 200px. @mixin dropdown-container($content:list, $triangle:true, $max-width:$f-dropdown-max-width) { position: absolute; - top: -9999px; + left: -9999px; list-style: $f-dropdown-list-style; margin-#{$default-float}: 0;