I recently completed a web page that features a fixed menu at the top of the page. Strangely, while the menu works perfectly fine on the Android mobile version, it doesn't seem to function properly on an iPhone. Can anyone shed some light on why this might be happening? Below is the code for my menu div and container:
.container{padding-top: 160px;z-index: 0;}
.menu{
margin: 0 auto;
width: 95%;
margin-left: 2.5%;
box-sizing: border-box;
overflow: auto;
position: fixed;
padding-bottom: 2%;
z-index:1;
}