]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change hidden dropdown positioning to be left instead of top. Addresses #3883 3884/head
authorJoah Gerstenberg <joahd@gbergfamily.com>
Fri, 13 Dec 2013 14:46:58 +0000 (08:46 -0600)
committerJoah Gerstenberg <joahd@gbergfamily.com>
Fri, 13 Dec 2013 14:46:58 +0000 (08:46 -0600)
scss/foundation/components/_dropdown.scss

index 285f99b6d145b18e2ddf046d95d20faac61e9c2b..5a1e8c12fcc31a559e3af6c4ff3b166c120abdeb 100644 (file)
@@ -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;