From: Abdullah Salem Date: Fri, 26 Feb 2016 13:06:42 +0000 (+0300) Subject: Fixed #8232 and the its top alignment X-Git-Tag: v6.2.1~65^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=395c3c2eebec5bb4bda38da7d822622d25f0d866;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed #8232 and the its top alignment --- diff --git a/scss/components/_dropdown-menu.scss b/scss/components/_dropdown-menu.scss index 8fcb55229..631a98772 100644 --- a/scss/components/_dropdown-menu.scss +++ b/scss/components/_dropdown-menu.scss @@ -170,8 +170,7 @@ $dropdownmenu-border-width: nth($dropdownmenu-border, 1); &.opens-left .is-dropdown-submenu { left: auto; - right: 0; - top: 100%; + right: 100%; } }