Issue with dropdown menu on mobile
Created by: khawkins98
We're suffering from a bug in Foundation 6.2.4 that often causes the dropdowns to not be clickable on mobile.
Updating to 6.3 would resolve, but potentially cause other issues, so instead we can do a workaround of passing in:
var options = {closeOnClickInside: false};
Commit forthcoming.