foundation-rails
foundation-rails copied to clipboard
foundation-rails 6.3.1.0 to 6.4.1.2 breaks responsive menu
See http://foundation.zurb.com/forum/posts/38667-foundation-62-topbar-dropdown-issue
Solution seems to be to ensure_dropdown-menu.scss
is loaded after _menu
in vendor/assets/scss/foundation.scss
to fix the specificity issues.
You can edit the foundation_and_overrides.scss
file to move @include foundation-dropdown-menu;
to the bottom of the list - that seems to fix it.
Should be fixed by #228
Yes, that seems to fix it!
Thanks for the solution. I have spent hours trying to fix this issue
Yes, that seems to fix it!
thanks! WFM. I didn't need that afternoon anyway.....
Some version of this bug seems to be back. We noticed a few days ago.
Tap on the dropdown menu item seems to go right through it to whatever is under (in the z-axis).
One of our users "accidentally" deleted a file (by pressing "Yes, I am sure" on the alert, out of frustration). She wanted for the tapped menu item to take her to the resource. Instead, the Delete button underneath the menu item was tapped.
Rails 5.2.3, Foundation 6.5.3