]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
changed offset to use default-float
authorGhaida Zahran <ghaida@zurb.com>
Tue, 2 Apr 2013 20:45:48 +0000 (13:45 -0700)
committerGhaida Zahran <ghaida@zurb.com>
Tue, 2 Apr 2013 20:45:48 +0000 (13:45 -0700)
scss/foundation/components/_dropdown.scss

index 139518e9cb157a6107caa7146ca4b173ba105298..8dec57ef599833d336b214a6d8a2ecb05434fad8 100644 (file)
@@ -42,7 +42,7 @@ $f-dropdown-content-padding:      emCalc(20px) !default;
 // We use this to style the dropdown container element.
 @mixin dropdown-container($content:list, $triangle:true, $max-width:$f-dropdown-max-width) {
   position: absolute;
-  left: -9999px;
+  #{$default-float}: -9999px;
   top: -9999px;
   list-style: $f-dropdown-list-style;