]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update scss for opens-left is-dropdown-menu.
authorKevin Ball <kmball11@gmail.com>
Tue, 16 Feb 2016 23:45:26 +0000 (15:45 -0800)
committerKevin Ball <kmball11@gmail.com>
Tue, 16 Feb 2016 23:45:26 +0000 (15:45 -0800)
For issues #7978 and #7251

scss/components/_dropdown-menu.scss

index 8bbd9ac7ca51b3629b1a89b2b34238d8cc6f1ac5..4e301eac562d77bc687b8427611c5b447bf7e56f 100644 (file)
@@ -121,7 +121,8 @@ $dropdownmenu-border-width: nth($dropdownmenu-border, 1);
 
     &.opens-left .is-dropdown-submenu {
       left: auto;
-      right: 100%;
+      right: 0;
+      top: 100%;
     }
   }