You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @include foundation-grid;
@include foundation-flex-grid;
...
@include foundation-flex-classes; // very last foundation @include
Dropdown menus suddenly appear open when the page is refreshed and stay that way permanently.
I have narrowed it down to $global-flexbox: true;. If I change this to false the menus start working again (they are initially closed and they drop down when hovered over).
this looks like it boils down to the specificity and the order of the compiled classes.
looks like the .menu{} rule is being presented after.is-dropdown-submenu{} overriding the display:none;
Solid, we'll do more testing and see how it affects the cascade. If it doesn't create any problems, then our starter projects will be updated to change the order.
I'm trying to use flexbox support in foundation-sites 6.2.
I read the 6.2 upgrade notes.
In my
_settings.scss
I put$global-flexbox: true;
and then in my app.scss I have:
Dropdown menus suddenly appear open when the page is refreshed and stay that way permanently.
I have narrowed it down to
$global-flexbox: true;
. If I change this tofalse
the menus start working again (they are initially closed and they drop down when hovered over).An example menu I used was:
The text was updated successfully, but these errors were encountered: