-
Notifications
You must be signed in to change notification settings - Fork 863
Navigation dropdown always open #783
Comments
I've try to replace original sass code (global/navigation) and original code for topbar, but stil not work. At the moment i've solved with this small piece of sass
|
Hi there. I had the same problem as you too. It seems to be an issue related to the FLEX BOX. If you set to false the problem is solved, but then you can't use flexbox anymore. So the only way I found is to change the order of the @include files in foundation.scss: @include foundation-dropdown; Hope it works for you too. |
This is a Foundation bug that should be resolved in 6.2.1 with the solution @HRoger has posted. See: foundation/foundation-sites#8278. 6.2.1 will be out very soon so I'll wait until that is finalized before fixing it in FoundationPress. |
Thank you! |
Thank you @colin-marshall and @HRoger, your solution works perfectly. |
I think Foundation may have fixed this now. I didn't have the problem in my normal Foundation project but now I am building a WP version of our site and the above solved my troubles. |
Hi there,
I'm using FoundationPress for a while, but now i've got a strange issue for the first time.
With the default navigation menu, if there is a submenu, it is always open, while usually it open on hover.
Looking at the code, i've seen that in submenu ul tag there is aria-hidden="true", but id doesn't work.
Look at the screenshot for more information.
Sorry for bad english.
The text was updated successfully, but these errors were encountered: