Reply To: Problems and adjustments with Menu Plus Addon

Home Forums Support Problems and adjustments with Menu Plus Addon Reply To: Problems and adjustments with Menu Plus Addon

Home Forums Support Problems and adjustments with Menu Plus Addon Reply To: Problems and adjustments with Menu Plus Addon

#166036
Lihas1987

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

Mobile Safari (iphone) issue with position: fixed – content running over the top?

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