Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

foundation-rails 6.3.1.0 to 6.4.1.2 breaks responsive menu #234

Open
pscdodd opened this issue Jul 20, 2017 · 6 comments
Open

foundation-rails 6.3.1.0 to 6.4.1.2 breaks responsive menu #234

pscdodd opened this issue Jul 20, 2017 · 6 comments

Comments

@pscdodd
Copy link

pscdodd commented Jul 20, 2017

See http://foundation.zurb.com/forum/posts/38667-foundation-62-topbar-dropdown-issue

@ShadowRadiance
Copy link

ShadowRadiance commented Jul 27, 2017

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

@OtherCroissant
Copy link

Yes, that seems to fix it!

@ignacio-gomez
Copy link

Thanks for the solution. I have spent hours trying to fix this issue

mejibyte pushed a commit to mejibyte/foundation-rails that referenced this issue Aug 12, 2017
I reordered them to match https://github.com/zurb/foundation-sites/blob/develop/scss/foundation.scss.

Out of the box, I was getting a seriously broken dropdown menu (issue foundation#234) but it was fixed after this change.
@EdgarPatron
Copy link

Yes, that seems to fix it!

@auranet
Copy link

auranet commented Sep 28, 2017

thanks! WFM. I didn't need that afternoon anyway.....

@arta
Copy link

arta commented Apr 10, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants