From: Marius Olbertz Date: Sat, 30 Apr 2016 10:11:31 +0000 (+0200) Subject: Fix open inner for dropdown menu. X-Git-Tag: v6.2.2-rc1~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8712%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix open inner for dropdown menu. --- diff --git a/scss/components/_dropdown-menu.scss b/scss/components/_dropdown-menu.scss index 91d73fca3..8754a4ab4 100644 --- a/scss/components/_dropdown-menu.scss +++ b/scss/components/_dropdown-menu.scss @@ -166,6 +166,7 @@ $dropdownmenu-border-width: nth($dropdownmenu-border, 1); &.opens-inner > .is-dropdown-submenu { top: 100%; + left: auto; } &.opens-left > .is-dropdown-submenu {