]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix vertically aligned right dropdown menu
authorharry <harmanmanchanda182@gmail.com>
Sun, 28 May 2017 17:06:41 +0000 (22:36 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 28 May 2017 17:06:41 +0000 (22:36 +0530)
scss/components/_dropdown-menu.scss

index c49e5d9923d5770f10a8c8527a2dcbd7e42e0bfb..fb9dd2584d35c7caf1a6826dff726db5306289bc 100644 (file)
@@ -108,6 +108,7 @@ $dropdownmenu-border-width: nth($dropdownmenu-border, 1);
         > .is-dropdown-submenu {
           right: 100%;
           left: auto;
+          top: 0;
         }
       }