]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed #8232 and the its top alignment 8249/head
authorAbdullah Salem <abdullahsalem@outlook.com>
Fri, 26 Feb 2016 13:06:42 +0000 (16:06 +0300)
committerAbdullah Salem <abdullahsalem@outlook.com>
Fri, 26 Feb 2016 13:06:42 +0000 (16:06 +0300)
scss/components/_dropdown-menu.scss

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