Open jonybigude opened 9 years ago
I don't know if people are ignoring my issue or if this project is abandoned but seriously this is a serious issue. I have been googling and googling, searching all over this forum and no answers...
No one has any clue?
@jonybigude Might have to change the max-height to something larger.
Thank you @indyplanets!
I have changed max height to 300px on
.flexnav li ul.open li {
overflow: visible;
max-height: 100px;
}
and still did not work. I went ahead and added the following:
@media only screen and (max-width: 40.063em) {
.flexnav li ul.open li {
overflow: visible;
max-height: 200px;
}
}
But it still did not work. It does however work if I scroll down with the finger with just one sweep but unfortunately it only works after a half second or less. After that time the menu returns to it's original position. Wonder if this is a JS problem?
Any other clues?
Change:
.flexnav.flexnav-show {
max-height: 2000px;
...
to
.flexnav.flexnav-show {
max-height: 3000px;
...
Unfortunately that doesn't work neither due to I use sticky header. Any other clues? Perhaps I can do this by moving the sub menu to the left only on mobile devices. I have tried to do this but did not manage without breaking the whole menu... Any other clues?
Hi!
I am currently using your menu with Foundation 5. See the project here: http://www.nomo.no/test/ I have this issue: everytime I see the website on a mobile device, I cannot see all the options on the sub-menu. How can I fix this? I have no clue about the origin of the problem...
And the CSS