From a9f3acb65e086725b4d844d06558ec4bddc37ae1 Mon Sep 17 00:00:00 2001 From: Joah Gerstenberg Date: Fri, 13 Dec 2013 08:46:58 -0600 Subject: [PATCH] Change hidden dropdown positioning to be left instead of top. Addresses #3883 --- scss/foundation/components/_dropdown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2