Archived topic
Problems and adjustments with Menu Plus Addon
19 replies · Started by Lihas1987 on January 3, 2016
Hmm, works with my iPad.
I'll try to get my hands on an iPhone :)
Hi Tom,
I tried to search the web for this problem. It seems that there is an issue in mobile safari with fixed positions. See for instance here
http://stackoverflow.com/questions/18271460/fixed-positioning-z-index-issue-in-mobile-safari
I added the css code -webkit-transform: translate3d(0,0,0); into my css class .main-navigation and this fixed the bug. However, sometimes the navbar is hidden behind the URL bar when scrolling to the top.
Anyways, I will leave it as it is.
Lihas
Is it better than before with that CSS added? If so, I'll add it to the core.
Let me know :)
Hi Tom,
it actually has fixed my issue as I had described initially, but the side effect was that the navigation bar was hidden behind the URL bar when scrolling to the top. That is why I would not recommend to include the CSS to the core.
Lihas
Good to know - still trying to find someone with an iPhone, I'll figure out a fix for it :)
